body {
  margin: 0;
  padding: 0;
  font-family: Avenir, Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  color: #000;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  list-style: none;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style: none;
}
a {
  color: #000000;
  text-decoration: none;
}
img {
  object-fit: cover;
}
input,
textarea {
  border: none;
}
input:focus,
textarea:focus {
  outline: none;
}
form .form-control:focus {
  border-color: #FB4122;
  box-shadow: 0 0 0 4px rgba(173, 12, 19, 0.15);
}
button {
  /* 清除默认边框 */
  border: 0;
  outline: none;
  /* 清除默认背景 */
  background-color: transparent;
  /* 清除默认内边距和外边距 */
  margin: 0;
  padding: 0;
}
.flex_jc_ac {
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-item {
  width: 100%;
  height: auto;
}
.container {
  width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1450px) {
  .container {
    width: 1200px;
  }
}
.sm-display-b {
  display: none;
}
.sm-display-nib {
  display: inline-block;
}
.sm-display-n {
  display: block;
}
.displayn {
  display: none !important;
}
.dispn {
  display: none;
}
.cursp {
  cursor: pointer;
}
/* 美化滚动条 */
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  background: #f1f5f9;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 3px;
}
::-webkit-scrollbar-thumb:hover {
  background: #94a3b8;
}
._button {
  color: #fff;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  flex-shrink: 0;
  background: #0046a4;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  cursor: pointer;
}
._button:hover {
  opacity: 0.9;
  background-color: #0056b3;
}
._button:active {
  opacity: 1;
  background-color: #0056b3;
}
/* 细滚动条样式 */
.thinSCroll {
  /* 滚动条样式 */
  /* 滑块样式 */
  /* 滚动条轨道样式 */
}
.thinSCroll ::-webkit-scrollbar {
  width: 6px;
}
.thinSCroll ::-webkit-scrollbar-thumb {
  background-color: #cfcfcf;
  border-radius: 10px;
}
.thinSCroll ::-webkit-scrollbar-track {
  background-color: #fcfcfc;
  border-radius: 10px;
}
#nav {
  position: fixed;
  width: 100%;
  padding: 0px 10%;
  background-color: transparent;
  z-index: 2008;
  transition: all 0.2s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  border-bottom: 1px solid rgba(229, 229, 229, 0.1);
}
#nav .nav-l {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-grow: 1;
  margin-right: 40px;
  height: 100%;
}
#nav .nav-l .nav-l-logo {
  width: 145px;
  height: 77px;
}
#nav .nav-l .nav-l-logo #logo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#nav .nav-l .nav-l-list {
  height: 100%;
}
#nav .nav-l .nav-l-list ul {
  display: flex;
  height: 100%;
  gap: 50px;
}
#nav .nav-l .nav-l-list ul li {
  padding-top: 2px;
  height: 100%;
}
#nav .nav-l .nav-l-list ul li:hover a {
  color: #0046A4;
}
#nav .nav-l .nav-l-list ul li a {
  display: inline-block;
  font-size: 14px;
  height: 100%;
  display: flex;
  align-items: center;
}
#nav .nav-l .nav-l-list ul .active-item a {
  font-weight: 600;
}
#nav .nav-l .nav-l-list ul .hvr-underline-from-center::before {
  height: 2px;
  background: #0046A4;
}
#nav .nav-r {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#nav .nav-r .nav-r-search {
  height: 16px;
  padding-right: 16px;
  margin-right: 16px;
  border-right: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
#nav .nav-r .nav-r-search #search-img {
  width: 18px;
}
#nav .nav-r .nav-r-lg .nav-rlg-item {
  cursor: pointer;
  position: relative;
}
#nav .nav-r .nav-r-lg .nav-rlg-item img {
  width: 18px;
  margin-right: 4px;
}
#nav .nav-r .nav-r-lg .nav-rlg-item:hover .nav-rlg-drop {
  transform: scaleY(1);
  opacity: 1;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .nav-rlg-drop {
  position: absolute;
  top: 24px;
  left: -16px;
  padding: 8px 0 0;
  backdrop-filter: blur(10px);
  transition: all 0.4s cubic-bezier(0, 0.49, 0.58, 1);
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .nav-rlg-drop ul {
  border-radius: 8px;
  background-color: #000000;
  box-shadow: 0 0 10px #646464 !important;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .nav-rlg-drop ul li a {
  display: flex;
  align-items: center;
  padding: 8px 14px;
  font-size: 14px;
  white-space: nowrap;
  cursor: pointer;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .nav-rlg-drop ul li a img {
  width: 25px;
  margin-right: 4px;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .nav-rlg-drop ul li a:hover {
  background-color: #646464;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .drop-wt ul {
  background-color: #000000;
  box-shadow: 0 0 10px #646464 !important;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .drop-wt ul li a {
  color: #FFFFFF;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .drop-wt ul li a:hover {
  background-color: #646464;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .drop-bk ul {
  background-color: #FFFFFF;
  box-shadow: 0 0 10px #c8c8c8 !important;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .drop-bk ul li a {
  color: #000000;
}
#nav .nav-r .nav-r-lg .nav-rlg-item .drop-bk ul li a:hover {
  background-color: #ECECEC;
}
#nav .prod-drop {
  width: 100vw;
  height: 460px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 89px;
  left: 0;
  padding: 24px 15%;
  color: #000000;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F5F6F7;
  backdrop-filter: blur(10px);
  transition: all 0.6s cubic-bezier(0, 0.49, 0.58, 1);
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
}
#nav .prod-drop .drop-l {
  height: 100%;
  white-space: nowrap;
  position: relative;
}
#nav .prod-drop .drop-l ul li {
  padding: 12px 24px;
  margin-bottom: 8px;
  border-radius: 24px;
}
#nav .prod-drop .drop-l ul li a {
  font-size: 14px;
  color: #000000;
}
#nav .prod-drop .drop-l ul .active-item {
  background-color: #F5F6F7;
}
#nav .prod-drop .drop-l ul .active-item a {
  color: #FB4122;
}
#nav .prod-drop .drop-l .drop-l-more {
  font-size: 12px;
  color: #000000;
  padding: 8px 32px;
  border: 1px solid #000000;
  border-radius: 20px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#nav .prod-drop .drop-m {
  padding: 0 16px;
  margin: 0 16px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  flex-grow: 1;
  height: 100%;
  overflow-y: auto;
}
#nav .prod-drop .drop-m .drop-m-item {
  width: calc(33.33% - 16px);
  margin: 0 8px;
  cursor: pointer;
}
#nav .prod-drop .drop-m .drop-m-item:hover .item-t {
  background-color: #DFE4E1;
}
#nav .prod-drop .drop-m .drop-m-item:hover .item-t img {
  transform: scale(1.1);
}
#nav .prod-drop .drop-m .drop-m-item:hover .item-b {
  color: #FB4122;
}
#nav .prod-drop .drop-m .drop-m-item .item-t {
  padding: 24px 0;
  background-color: #F5F6F7;
  text-align: center;
  border-radius: 4px;
  transition: all 0.4s ease;
}
#nav .prod-drop .drop-m .drop-m-item .item-t img {
  width: 150px;
  transition: all 0.4s ease;
}
#nav .prod-drop .drop-m .drop-m-item .item-b {
  font-size: 14px;
  font-weight: 600;
  padding: 16px 0;
}
#nav .prod-drop .drop-r .drop-close {
  width: 20px;
  cursor: pointer;
}
#nav .search-drop {
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: absolute;
  top: 89px;
  left: 0;
  padding: 24px;
  color: #000000;
  background-color: #FFFFFF;
  border-bottom: 1px solid #F5F6F7;
  backdrop-filter: blur(10px);
  transition: all 0.6s cubic-bezier(0, 0.49, 0.58, 1);
  transform-origin: top;
  transform: scaleY(0);
  opacity: 0;
}
#nav .search-drop .nav-rshd-box {
  width: 50%;
  display: flex;
  flex-direction: column;
  position: relative;
}
#nav .search-drop .nav-rshd-box .search-input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid #DDDDDD;
  border-radius: 8px;
  padding: 0 16px 0 44px;
}
#nav .search-drop .nav-rshd-box .search-img {
  width: 24px;
  position: absolute;
  top: 19px;
  left: 12px;
}
#nav .search-drop .nav-rshd-box .srarch-drop-title {
  font-size: 14px;
  margin: 24px 0 8px;
}
#nav .search-drop .nav-rshd-box ul li {
  padding: 8px 0;
  cursor: pointer;
}
#nav .search-drop .nav-rshd-box ul li a {
  color: #000000;
  font-size: 16px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#nav .search-drop .nav-rshd-box ul li a img {
  width: 20px;
  margin: 0 8px 0 4px;
}
#nav .search-drop .nav-rshd-box ul li:hover {
  background-color: #F5F6F7;
}
.nav-wt {
  color: #FFFFFF;
}
.nav-wt a {
  color: #FFFFFF;
}
.nav-bk {
  color: #000000;
  border-bottom: 1px solid #F5F6F7;
}
.nav-bk a {
  color: #000000;
}
#func-side {
  position: fixed;
  right: 0;
  margin-top: 240px;
  color: #fff;
  z-index: 9998;
}
#func-side .func-side-box {
  width: 64px;
  padding: 16px 8px;
  margin-right: 16px;
  border: 1px solid #fff;
  border-radius: 50px;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(10px);
}
#func-side .func-side-box > div {
  height: 80px;
  margin: 4px 0;
  border-radius: 16px;
  cursor: pointer;
  position: relative;
}
#func-side .func-side-box > div .func-side-item-dialog {
  position: absolute;
  top: 16px;
  right: 80px;
  padding: 12px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  white-space: nowrap;
  transform: translateX(195px);
  opacity: 0;
  transition: all 0.4s ease;
}
#func-side .func-side-box > div .dialog-wechat {
  top: -20px;
}
#func-side .func-side-box > div .dialog-wechat img {
  width: 98px;
  height: 98px;
}
#func-side .func-side-box > div:hover .func-side-item-dialog {
  transform: translateX(0px);
  opacity: 1;
}
#func-side .func-side-box .func-side-item-i {
  width: 40px;
  height: 40px;
  margin-bottom: 4px;
  transition: all 0.4s ease;
}
#func-side .func-side-box .func-side-item-t {
  font-size: 14px;
  transition: all 0.4s ease;
}
#home .home-a-placeholder {
  width: 100%;
  height: 100vh;
}
#home .home-a {
  width: 100%;
  height: 100vh;
}
#home .home-a .homea-swiper {
  height: 100%;
  position: relative;
}
#home .home-a .homea-swiper .blur-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #111 0%, rgba(17, 17, 17, 0.96) 43.75%, rgba(100, 105, 134, 0) 100%);
  filter: blur(5px);
  transform: translateX(-5px);
  z-index: 999;
}
#home .home-a .homea-swiper .swiper-pagination {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
#home .home-a .homea-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 52px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  margin: 0 6px;
  transition: all 0.3s ease;
}
#home .home-a .homea-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 52px;
  border-radius: 5px;
  background-color: #fff;
}
#home .home-a .homea-swiper .swiper-pagination.swiper-pagination-fraction,
#home .home-a .homea-swiper .swiper-pagination.swiper-pagination-custom,
#home .home-a .homea-swiper .swiper-pagination.swiper-pagination-counter {
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  background: rgba(207, 204, 204, 0.3);
  border-radius: 4px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  filter: brightness(70%);
  object-fit: cover;
  transition: 1s linear 2s;
  transform: scale(1.1, 1.1);
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c {
  width: 700px;
  text-align: left;
  line-height: 32px;
  position: absolute;
  left: 360px;
  top: 260px;
  color: #fff;
  border-radius: 16px;
  z-index: 2009;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c h1 {
  color: #fff;
  font-family: Inter;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 73px;
  margin: 0;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_text {
  color: #fff;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  width: 500px;
  margin-top: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list ._list_item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 92px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list ._list_item img {
  width: 64px;
  height: 64px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list ._list_item span {
  margin-top: 12px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_tag {
  margin-top: 70px;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_tag span:not(:last-child)::after {
  content: '';
  display: inline-block;
  height: 16px;
  margin: 0 30px;
  vertical-align: middle;
  border-right: 1px solid #fff;
}
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide-active img,
#home .home-a .homea-swiper .swiper-wrapper .swiper-slide-duplicate-active img {
  transition: 6s linear;
  transform: scale(1, 1);
}
#home .home-b {
  width: 100%;
  height: 741px;
  background-color: #f6f8f9;
}
#home .home-b .home_b_box {
  height: 100%;
}
#home .home-b .home_b_box .homeb-swiper {
  height: 100%;
  width: 100%;
}
#home .home-b .home_b_box .homeb-swiper > .swiper-wrapper .swiper-slide {
  display: flex;
}
#home .home-b .home_b_box .homeb-swiper > .swiper-wrapper .swiper-slide .swiper-text {
  background-color: red !important;
  color: #fff;
}
#home .home-b .home_b_box .homeb-swiper > .swiper-pagination {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10001;
}
#home .home-b .home_b_box .homeb-swiper > .swiper-pagination .swiper-pagination-bullet {
  width: 52px;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 5px;
  margin: 0 6px;
  transition: all 0.3s ease;
}
#home .home-b .home_b_box .homeb-swiper > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 52px;
  border-radius: 5px;
  background-color: #fff;
}
#home .home-b .home_b_box .homeb-swiper > .swiper-pagination.swiper-pagination-fraction,
#home .home-b .home_b_box .homeb-swiper > .swiper-pagination.swiper-pagination-custom,
#home .home-b .home_b_box .homeb-swiper > .swiper-pagination.swiper-pagination-counter {
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  background: rgba(207, 204, 204, 0.3);
  border-radius: 4px;
}
#home .home-b .home_b_box .home_b_l {
  background-color: #fafbfd;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
@media (max-width: 1450px) {
  #home .home-b .home_b_box .home_b_l {
    width: 60%;
  }
}
#home .home-b .home_b_box .home_b_l h2 {
  width: 575px;
  color: #000;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
#home .home-b .home_b_box .home_b_l .home_b_l_text {
  margin-top: 40px;
  width: 544px;
  color: #666;
  font-family: Inter;
  font-size: 20px;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  line-height: 44px;
}
#home .home-b .home_b_box .home_b_l .home_b_item_box {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
#home .home-b .home_b_box .home_b_l .home_b_item_box .home_b_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 5%;
  text-align: center;
}
#home .home-b .home_b_box .home_b_l .home_b_item_box .home_b_item img {
  width: 32px;
  height: 32px;
}
#home .home-b .home_b_box .home_b_l .home_b_item_box .home_b_item span {
  margin-top: 22px;
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
#home .home-b .home_b_box .home_b_l .home_b_button {
  margin-top: 62px;
  width: 213px;
  height: 56px;
  background-color: #0046a4;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
}
#home .home-b .home_b_box .home_b_l .home_b_button:hover {
  opacity: 0.7;
}
#home .home-b .home_b_box .home_b_l .home_b_button:active {
  opacity: 0.9;
}
#home .home-b .home_b_box .home_b_r {
  height: 100%;
  width: 50%;
  display: flex;
  align-items: center;
  position: relative;
}
@media (max-width: 1450px) {
  #home .home-b .home_b_box .home_b_r {
    width: 40%;
  }
}
#home .home-b .home_b_box .home_b_r .home_b_r_bg {
  width: 570px;
  height: 741px;
  background: linear-gradient(180deg, #F3F4FB 0%, #F3F4FB 56.72%, rgba(199, 204, 216, 0.8) 56.73%, #C7CCD8 100%);
}
#home .home-b .home_b_box .home_b_r a {
  width: 90%;
  position: absolute;
  right: 0;
}
#home .home-b .home_b_box .home_b_r a .home_b_r_bg_img {
  width: 100%;
  object-fit: cover;
}
#home .home-b .home_b_box .home_b_item_box_pnone {
  display: none;
  background-color: #f5f6f7;
}
#home .home-c {
  width: 100%;
  height: 1154px;
  background-color: #fff;
  padding: 80px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#home .home-c h2 {
  color: #000;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
#home .home-c .home_c_box {
  display: flex;
  align-content: space-around;
  justify-content: space-between;
  flex-wrap: wrap;
}
#home .home-c .home_c_box .home_c_item {
  width: 352px;
  height: 437px;
  flex-shrink: 0;
  border: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
#home .home-c .home_c_box .home_c_item img {
  object-fit: cover;
  height: 158px;
}
#home .home-c .home_c_box .home_c_item .item_name {
  color: #666;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 88px;
}
#home .home-c .home_c_box .home_c_item .item_text {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
}
#home .home-c .home_c_box .home_c_item ._button {
  width: 0px;
  height: 0px;
  margin-top: 16px;
  /* 初始状态：完全透明且缩放为0（不占位置） */
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  /* 过渡效果：让显示/隐藏更平滑 */
  transition: all 0.3s ease;
}
#home .home-c .home_c_box .home_c_item:hover {
  box-shadow: 0 0 25px 0 rgba(0, 70, 164, 0.3);
}
#home .home-c .home_c_box .home_c_item:hover .item_name {
  color: #0046a4;
  margin-top: 60px !important;
}
#home .home-c .home_c_box .home_c_item:hover ._button {
  width: 169px;
  height: 44px;
  /* 显示按钮：完全不透明且恢复原大小 */
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
#home .home-d {
  width: 100%;
  padding: 58px 0px;
  background-image: url('../img/home/home-d-bg.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
}
#home .home-d .home_d_connet {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 999 !important;
}
#home .home-d .home_d_connet h3 {
  color: #fff;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  z-index: 999;
  text-align: center;
}
#home .home-d .home_d_connet .home_d_text {
  width: 961px;
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  margin: 0 auto;
  margin-top: 40px;
}
#home .home-d .home_d_connet .home_d_b {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
  margin-top: 54px;
}
#home .home-d .home_d_connet .home_d_b ._b_item {
  color: #dfdfdf;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  flex: 1;
}
#home .home-d .home_d_connet .home_d_b ._b_item:not(:last-child) {
  border-right: 1px solid #828282;
}
#home .home-d .home_d_connet .home_d_b ._b_item ._b_item_t {
  margin-bottom: 15px;
}
#home .home-d .home_d_connet .home_d_b ._b_item ._b_item_t ._b_item_t_number {
  color: #fff;
  text-align: center;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
}
#home .home-d .home_d_connet .home_d_b ._b_item ._b_item_b {
  color: #dfdfdf;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
#home .home-e {
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: flex;
}
#home .home-e .home_e_l {
  width: 50%;
  position: relative;
}
#home .home-e .home_e_l::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #32334A 0%, rgba(50, 51, 74, 0.72) 50.48%, rgba(115, 115, 115, 0) 100%);
  z-index: 995;
}
#home .home-e .home_e_l img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 990;
}
#home .home-e .home_e_l .home_e_l_content {
  position: absolute;
  top: 50%;
  transform: translate(-55%, -50%);
  left: 50%;
  width: 658px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 999;
}
#home .home-e .home_e_l .home_e_l_content h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}
#home .home-e .home_e_l .home_e_l_content h3::after {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 0;
  display: inline-block;
  width: 2rem;
  height: 4px;
  background: #fff;
  margin-right: 8px;
}
#home .home-e .home_e_l .home_e_l_content ._content_text {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 39px;
  text-align: left;
  margin-top: 40px;
}
#home .home-e .home_e_l .home_e_l_content ._content_text_a {
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  text-decoration-line: underline;
  margin-top: 120px;
}
#home .home-e .home_e_r {
  width: 50%;
}
#home .home-e .home_e_r .home_e_r_item {
  height: 50%;
  width: 100%;
  display: flex;
}
#home .home-e .home_e_r .home_e_r_item .r_item_l {
  width: 50%;
  height: 100%;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#home .home-e .home_e_r .home_e_r_item .r_item_l ._l_box {
  width: 75%;
  height: 75%;
}
#home .home-e .home_e_r .home_e_r_item .r_item_l ._l_box h4 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  position: relative;
}
#home .home-e .home_e_r .home_e_r_item .r_item_l ._l_box h4::after {
  content: '';
  position: absolute;
  bottom: -12px;
  top: 0;
  left: -16px;
  display: inline-block;
  width: 4px;
  height: 5rem;
  background: #0046A4;
  margin-right: 8px;
}
#home .home-e .home_e_r .home_e_r_item .r_item_l ._l_box div {
  margin-top: 35px;
  color: #000;
  font-size: 18px;
  font-weight: 400;
  line-height: 45px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#home .home-e .home_e_r .home_e_r_item .r_item_r {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
#home .home-e .home_e_r .home_e_r_item .r_item_r img {
  width: 100%;
  height: 100%;
}
#home .home-e .home_e_r .home_e_r_item:nth-child(2) {
  flex-direction: row-reverse;
}
#home .home-e .home_e_phone {
  display: none;
}
#home .home-f {
  width: 100%;
  height: 948px;
  min-width: fit-content;
  padding: 80px 0;
}
#home .home-f .container h1 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
}
#home .home-f .container .home_f_text {
  margin: 0 auto;
  width: 894px;
  height: 80px;
  flex-shrink: 0;
  color: #666;
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
  text-align: center;
  margin-top: 30px;
}
#home .home-f .container ._item_box {
  height: 589px;
  flex-shrink: 0;
  background-color: #f5f6f7;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
}
#home .home-f .container ._item_box ._t_item {
  height: 50%;
  width: 50%;
  padding: 0px 16px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
#home .home-f .container ._item_box ._t_item:nth-child(1) {
  background-color: #f3f9ff;
  border-radius: 13px;
}
#home .home-f .container ._item_box ._t_item:nth-child(4) {
  background-color: #f3f9ff;
  border-radius: 13px;
}
#home .home-f .container ._item_box ._t_item:hover img {
  animation: hvr-bounce-in 0.5s;
  /* 直接调用 Hover.css 定义的动画 */
  transform: scale(1.03);
  /* 可选：配合动画添加基础样式变化 */
}
#home .home-f .container ._item_box ._t_item img {
  width: 257px;
  height: 273px;
  flex-shrink: 0;
  transition: all 0.3s;
}
#home .home-f .container ._item_box ._t_item ._t_item_text {
  margin-left: 24px;
}
#home .home-f .container ._item_box ._t_item ._t_item_text .chooseUs-title {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
#home .home-f .container ._item_box ._t_item ._t_item_text div {
  height: 139px;
  flex-shrink: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  margin-top: 8px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  /* 显示的行数 */
  /* 溢出隐藏并显示省略号 */
  overflow: hidden;
  text-overflow: ellipsis;
}
#home .home-f .container_phone {
  display: none;
}
#home .home-g {
  height: 575px;
  position: relative;
}
#home .home-g::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.47);
  z-index: 995;
}
#home .home-g img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 990;
}
#home .home-g .container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  z-index: 999;
}
#home .home-g .container .container_box {
  flex-direction: column;
}
#home .home-g .container .container_box h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}
#home .home-g .container .container_box ._text {
  width: 894px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
  margin-top: 32px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#home .home-g .container .container_box ._button {
  width: 213px;
  height: 56px;
  flex-shrink: 0;
  margin-top: 48px;
}
#home .home-h {
  height: 742px;
  position: relative;
}
#home .home-h img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#home .home-h .container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
}
#home .home-h .container .container_box {
  flex-direction: column;
  width: 100%;
}
#home .home-h .container .container_box h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}
#home .home-h .container .container_box ._text {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
  margin-top: 40px;
}
#home .home-h .container .container_box .custom-form {
  width: 100%;
  margin-top: 36px;
}
#home .home-h .container .container_box ._button {
  width: 213px;
  height: 56px;
  margin-top: 20px;
}
#product .product_a {
  height: 610px;
  position: relative;
}
#product .product_a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: linear-gradient(90deg, #0046A4 0%, rgba(0, 70, 164, 0.7) 43.75%, rgba(0, 70, 164, 0) 100%);
  z-index: 995;
}
#product .product_a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 990;
}
#product .product_a ._titl_box {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  z-index: 999;
  text-align: center;
}
#product .product_a ._titl_box h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
}
#product .product_b {
  padding: 104px 0;
}
#product .product_c {
  display: none;
}
#about {
  /* 视频弹层样式 */
}
#about .video-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
#about .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  max-width: 800px;
}
#about .modal-content video {
  width: 100%;
  height: auto;
}
#about .close-btn {
  position: absolute;
  top: -40px;
  right: 0;
  color: white;
  font-size: 35px;
  cursor: pointer;
}
#about .img_box {
  cursor: pointer;
}
#about .container {
  max-width: 1200px;
  width: 100%;
}
#about .about_a {
  height: 610px;
  position: relative;
}
#about .about_a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: linear-gradient(90deg, #111 0%, rgba(17, 17, 17, 0.7) 43.75%, rgba(100, 105, 134, 0) 100%);
  z-index: 995;
}
#about .about_a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 990;
}
#about .about_a ._titl_box {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  z-index: 999;
}
#about .about_a ._titl_box h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
}
#about .about_b {
  height: 866px;
  width: 100%;
  position: relative;
}
#about .about_b .bgc_img {
  position: absolute;
  top: 0;
  left: 0;
  height: 866px;
  width: 100%;
}
#about .about_b .about_b_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}
#about .about_b .about_b_box .phone_h2 {
  display: none;
}
#about .about_b .about_b_box .about_b_l {
  width: 568px;
  display: flex;
  justify-content: space-between;
}
#about .about_b .about_b_box .about_b_l .img_box {
  position: relative;
  height: fit-content;
  width: 260px;
  height: 565px;
  overflow: hidden;
  border-radius: 8px;
}
#about .about_b .about_b_box .about_b_l .img_box:nth-child(1) {
  margin-top: 50px;
}
#about .about_b .about_b_box .about_b_l .img_box .cover {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
}
#about .about_b .about_b_box .about_b_l .img_box .video_icon {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
}
#about .about_b .about_b_box .about_b_l .img_box:hover .video_icon {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s linear;
}
#about .about_b .about_b_box .about_b_l .img_box:hover .cover {
  transform: scale(1.05);
}
#about .about_b .about_b_box .about_b_r {
  width: 546px;
  display: flex;
  flex-direction: column;
}
#about .about_b .about_b_box .about_b_r h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}
#about .about_b .about_b_box .about_b_r .about_b_r_text {
  margin-top: 40px;
  flex: 1;
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
}
#about .about_b .about_b_box .about_b_r .about_b_r_text p {
  text-indent: 2rem;
}
#about .about_b .about_b_box .about_b_r ._button {
  width: 213px;
  height: 56px;
}
#about .about_c {
  padding: 104px 0 96px 0;
  background-color: #f5f6f9;
}
#about .about_c .about_c_box h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
#about .about_c .about_c_box .about_c_content_box {
  height: 358px;
  width: 100%;
  background-color: red;
}
#about .about_c .about_c_box .product-grid {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 56px;
  padding: 0 15px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 20px;
}
#about .about_c .about_c_box .product-box {
  width: 100%;
  height: 200px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 10;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
#about .about_c .about_c_box .product-box .image-container {
  width: 100%;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .about_c .about_c_box .product-box .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#about .about_c .about_c_box .product-box .product-info {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  padding: 16px;
  transition: all 0.3s ease-out 0.1s;
}
#about .about_c .about_c_box .product-box .product-info h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 8px;
  text-align: center;
}
#about .about_c .about_c_box .product-box .product-info p {
  color: #fff;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  line-height: 28px;
}
#about .about_c .about_c_box .product-box:hover {
  height: 420px;
  z-index: 100;
  background-color: #0046a4;
}
#about .about_c .about_c_box .product-box:hover .product-info {
  max-height: 220px;
  opacity: 1;
}
#about .about_c .about_c_box .row-1 .image-container {
  background-color: rgba(59, 130, 246, 0.1);
}
#about .about_c .about_c_box .row-1:nth-child(2) .image-container {
  background-color: rgba(16, 185, 129, 0.1);
}
#about .about_c .about_c_box .row-1:nth-child(3) .image-container {
  background-color: rgba(139, 92, 246, 0.1);
}
#about .about_c .about_c_box .row-2 .image-container {
  background-color: rgba(245, 158, 11, 0.1);
}
#about .about_c .about_c_box .row-2:nth-child(2) .image-container {
  background-color: rgba(244, 114, 182, 0.1);
}
#about .about_c .about_c_box .row-2:nth-child(3) .image-container {
  background-color: rgba(45, 212, 191, 0.1);
}
@media (max-width: 1024px) {
  #about .about_c .about_c_box .product-grid {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 1025px) and (max-width: 1560px) {
  #about .about_c .about_c_box .product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
#about .scroll—container-box {
  display: none;
}
#about .about_d {
  height: 620px;
  position: relative;
}
#about .about_d img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#about .about_d .about_d_box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 56px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#about .about_d .about_d_box h2 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 0;
}
#about .about_d .about_d_box p {
  margin-top: 30px;
  width: 894px;
  height: 80px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#about .about_d .about_d_box .swiper_box {
  max-width: 1200px;
  width: 100%;
  margin-top: 64px;
  position: relative;
}
#about .about_d .about_d_box .swiper_box .timeline-line {
  position: absolute;
  top: 50%;
  left: 25px;
  width: 1150px;
  height: 2px;
  background-color: #fff;
  transform: translateY(-50%);
}
#about .about_d .about_d_box .swiper_box .swiper {
  height: 260px;
  padding: 0 70px;
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide {
  width: auto;
  position: relative;
  text-align: center;
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .data {
  transform: translate(-50%, 115%);
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .text {
  transform: translate(-50%, -130%);
  position: relative;
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .text::after {
  content: '';
  position: absolute;
  left: calc(50% - 6px);
  top: 100px;
  border-width: 6px 6px 0 6px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.3) transparent transparent;
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide .dot .outer-circle {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #afb3b9;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide .dot .inner-circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide .data {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -200%);
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide .text {
  width: 267px;
  height: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  position: absolute;
  padding: 0 10px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide .text::after {
  content: '';
  position: absolute;
  top: -5px;
  left: calc(50% - 6px);
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent rgba(255, 255, 255, 0.3) transparent;
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-button-prev {
  left: 0px;
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-button-prev,
#about .about_d .about_d_box .swiper_box .swiper .swiper-button-next {
  top: 50%;
  transform: translate(0px, 10%);
  color: #333;
  background: #849098;
  border: 2px solid #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-button-prev::after,
#about .about_d .about_d_box .swiper_box .swiper .swiper-button-next::after {
  font-size: 16px;
  color: #fff;
}
#about .about_d .about_d_box .swiper_box .swiper .swiper-button-prev.swiper-button-disabled,
#about .about_d .about_d_box .swiper_box .swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
#about .about_d .about_d_box .swiper-button {
  display: none;
}
#about .about_e {
  height: 825px;
  width: 100%;
  background-color: #fff;
}
#about .about_e .about_e_box {
  margin: 0 auto;
  display: flex;
  height: 100%;
  align-items: center;
}
#about .about_e .about_e_box .about_e_box_l {
  display: flex;
  flex-direction: column;
}
#about .about_e .about_e_box .about_e_box_l h3 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
}
#about .about_e .about_e_box .about_e_box_l p {
  margin-top: 30px;
  width: 385px;
  color: #666;
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
}
#about .about_e .about_e_box .about_e_box_l img {
  margin-top: 60px;
  width: 290px;
  height: 94px;
}
#about .about_e .about_e_box .scroll-wrapper {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
#about .about_e .about_e_box .scroll-container {
  width: 208px;
  height: 825px;
  overflow: hidden;
  position: relative;
}
#about .about_e .about_e_box .scroll-container .scroll-content {
  position: absolute;
  width: 100%;
}
#about .about_e .about_e_box .scroll-container .scroll-content .scroll-item {
  width: 100%;
  height: 308px;
  margin-bottom: 50px;
}
#about .about_e .about_e_box .scroll-container .scroll-content .scroll-item:last-child {
  margin-bottom: 0;
}
#about .about_e .about_e_box .scroll-container:hover .scroll-content {
  animation-play-state: paused;
}
#about .about_e .about_e_box .scroll-page {
  display: none;
}
#about .about_e .about_e_box .scroll-row {
  display: none;
}
#about .about_f {
  height: 821px;
  position: relative;
}
#about .about_f img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#about .about_f .about_f_box {
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 104px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 滚动条组件样式 */
  /* 滚动条按钮样式 */
}
#about .about_f .about_f_box h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
#about .about_f .about_f_box p {
  margin-top: 40px;
  width: 894px;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 44px;
}
#about .about_f .about_f_box #scrollbar_content {
  width: 100%;
  height: fit-content;
  overflow: hidden;
  white-space: nowrap;
  cursor: grab;
  margin-top: 75px;
}
#about .about_f .about_f_box #scrollbar_content ._content {
  display: inline-block;
  background-color: #eee;
  margin-right: 46px;
  padding: 30px;
  width: 406px;
  height: 262px;
  flex-shrink: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 70, 164, 0.1);
  transition: background 0.5s ease;
  /* 平滑过渡动画 */
}
#about .about_f .about_f_box #scrollbar_content ._content:hover {
  background-color: #dfe4e1;
}
#about .about_f .about_f_box #scrollbar_content ._content:last-child {
  margin-right: 0px;
}
#about .about_f .about_f_box #scrollbar_content ._content ._time {
  color: #0046a4;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px;
}
#about .about_f .about_f_box #scrollbar_content ._content div {
  word-break: break-all;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}
#about .about_f .about_f_box #scrollbar_content ._content span {
  word-break: break-all;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #999;
  font-size: 13px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 22px;
}
#about .about_f .about_f_box #scrollbar {
  width: calc(100% - 50px);
  height: 5px;
  background: #e5e5e5;
  position: relative;
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 5px;
}
#about .about_f .about_f_box #scrollbar-handle {
  width: 200px;
  height: 10px;
  background-color: #0046a4;
  position: absolute;
  top: -5px;
  cursor: pointer;
}
#conteact .conteact_a {
  height: 610px;
  position: relative;
}
#conteact .conteact_a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#conteact .conteact_a ._titl_box {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
#conteact .conteact_a ._titl_box h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
}
#conteact .conteact_b {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 103px 0px 208px 0px;
}
#conteact .conteact_b input,
#conteact .conteact_b textarea {
  background-color: #f5f4f5;
}
#conteact .conteact_b textarea {
  height: 116px;
}
#conteact .conteact_b ._button {
  width: 100%;
  height: 56px;
}
#conteact .conteact_b .conteact_b_box {
  display: flex;
}
#conteact .conteact_b .conteact_b_box .conteact_b_box_l {
  width: 546px;
  margin-right: 58px;
}
#conteact .conteact_b .conteact_b_box .conteact_b_box_l h3 {
  width: 100%;
  color: #000;
  font-size: 26px;
  font-weight: 500;
}
#conteact .conteact_b .conteact_b_box .conteact_b_box_l div {
  color: #000;
  font-size: 26px;
  font-weight: 400;
  margin-top: 32px;
}
#conteact .conteact_b .conteact_b_box .conteact_b_box_l ul {
  margin-top: 22px;
  width: 100%;
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  display: flex;
  flex-direction: column;
}
#conteact .conteact_b .conteact_b_box .conteact_b_box_r {
  flex: 1;
}
#conteact .conteact_b .conteact_b_box .conteact_b_box_r h3 {
  color: #000;
  font-size: 26px;
  font-weight: 500;
}
#conteact .conteact_b .conteact_b_box .conteact_b_box_r .custom-form {
  margin-top: 32px;
}
#conteact .conteact_c {
  width: 100%;
  height: 720px;
}
#conteact .conteact_c .map-container {
  width: 100%;
  height: 100%;
  border: 1px solid #ddd;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
#conteact .conteact_c img {
  width: 100%;
  height: 100%;
}
#news .news_a {
  height: 610px;
  position: relative;
}
#news .news_a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.22;
  background: linear-gradient(90deg, #0046A4 0%, rgba(0, 70, 164, 0.7) 43.75%, rgba(0, 70, 164, 0) 100%);
  z-index: 995;
}
#news .news_a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 990;
}
#news .news_a ._titl_box {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
  z-index: 999;
}
#news .news_a ._titl_box h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
}
#news .news_b .news_b_box {
  max-width: 1200%;
  width: 100%;
  margin: 0 auto;
  padding: 110px 20px;
}
#news .news_b .news_b_box .news-list {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
#news .news_b .news_b_box .news-list .news-item {
  width: 100%;
  height: 205px;
  background-color: #fff;
  display: flex;
  gap: 32px;
  transition: box-shadow 0.3s ease;
  border-bottom: 1px solid #e5e5e5;
  padding: 15px 0;
}
#news .news_b .news_b_box .news-list .news-item:hover .news-content .news-title {
  color: #0046A4;
}
#news .news_b .news_b_box .news-list .news-item:hover .news-content .news-meta {
  color: #0046A4;
}
#news .news_b .news_b_box .news-list .news-item .news-img {
  width: 190px;
  height: 100%;
  object-fit: cover;
  flex-shrink: 0;
}
#news .news_b .news_b_box .news-list .news-item .news-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
#news .news_b .news_b_box .news-list .news-item .news-content .news-title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#news .news_b .news_b_box .news-list .news-item .news-content .news-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  margin-top: 32px;
  color: #666;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}
#news .news_b .news_b_box .news-list .news-item .news-content .news-meta {
  margin-top: 18px;
  color: #666;
  font-size: 14px;
  font-weight: 500;
}
#news .news_b .news_b_box .pagination {
  margin-top: 56px;
}
#news_details .news_details_a {
  width: 1200px;
  padding: 100px 0 70px 0;
  margin: 0 auto;
}
#news_details .news_details_a .news_details_a_box {
  color: #666;
  font-size: 16x;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: fit-content;
  margin-top: 37px;
}
#news_details .news_details_a .news_details_a_box img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#news_details .news_details_a .news_details_a_box_p {
  display: none;
}
#news_details .news_details_b {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
  margin-bottom: 208px;
}
#news_details .news_details_b .news-header .news-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 24px;
  line-height: 1.3;
}
#news_details .news_details_b .news-header .news-meta {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  margin-bottom: 34px;
}
#news_details .news_details_b .news-content {
  font-size: 16px;
}
#news_details .news_details_b .news-content p {
  color: #666;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
}
#news_details .news_details_b .news-content strong {
  font-weight: 700;
}
#news_details .news_details_b .news-image {
  width: 100%;
  margin: 30px 0;
  border-radius: 4px;
  overflow: hidden;
}
#news_details .news_details_b .news-image img {
  width: 100%;
  height: auto;
  display: block;
}
#case .case_a {
  height: 610px;
  position: relative;
}
#case .case_a img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#case .case_a ._titl_box {
  position: absolute;
  bottom: 50%;
  left: 50%;
  transform: translate(-50%, 50%);
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}
#case .case_a ._titl_box h1 {
  color: #fff;
  font-size: 70px;
  font-weight: 600;
}
#case .case_b_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 104px 0 88px 0;
}
#case .case_b_box h1 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
#case .case_b_box .case_b_list_box {
  width: 100%;
  margin-top: 64px;
}
#case .case_b_box .case_b_list_box .parent-container {
  margin: 0 auto;
}
#case .case_b_box .case_b_list_box .parent-container .child-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#case .case_b_box .case_b_list_box .parent-container .child-box {
  background-color: #fff;
  border-radius: 6px;
  padding: 30px 20px 0 20px;
  overflow-y: auto;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 10px 0 rgba(0, 70, 164, 0.1);
}
#case .case_b_box .case_b_list_box .parent-container .child-box .bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: -1;
}
#case .case_b_box .case_b_list_box .parent-container .child-box:hover {
  background-color: #0046A4;
  border-color: #ccc;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}
#case .case_b_box .case_b_list_box .parent-container .child-box:hover .bg-img {
  opacity: 0.9;
}
#case .case_b_box .case_b_list_box .parent-container .child-box:hover h3,
#case .case_b_box .case_b_list_box .parent-container .child-box:hover ul,
#case .case_b_box .case_b_list_box .parent-container .child-box:hover li {
  color: #fff;
}
#case .case_b_box .case_b_list_box .parent-container .child-box h3 {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 16px;
  transition: color 0.3s ease;
}
#case .case_b_box .case_b_list_box .parent-container .child-box ul {
  margin-top: 16px;
  padding: 0;
}
#case .case_b_box .case_b_list_box .parent-container .child-box ul li {
  position: relative;
  transition: color 0.3s ease;
}
.child-box:hover #case .case_b_box .case_b_list_box .parent-container .child-box ul li::before {
  color: #fff;
}
#case .case_b_box .case_b_list_box .pagination {
  display: none;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}
#case .case_b_box .case_b_list_box .page-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #333;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
#case .case_b_box .case_b_list_box .page-btn:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}
#case .case_b_box .case_b_list_box .page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#case .case_b_box .case_b_list_box .parent-container .child-box {
  width: calc((100% - 40px) / 3);
  height: 212px;
}
#case .case_b_box .case_b_list_box .parent-container .child-box h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
#case .case_b_box .case_b_list_box .parent-container .child-box ul li {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
}
#case .case_c .case_c_box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 104px 0 88px 0;
}
#case .case_c .case_c_box h1 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
}
#case .case_c .case_c_list_box {
  width: 100%;
  margin-top: 56px;
}
#case .case_c .case_c_list_box .parent-container_c {
  margin: 0 auto;
}
#case .case_c .case_c_list_box .parent-container_c .child-wrapper_c {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
}
#case .case_c .case_c_list_box .parent-container_c .child-box_c {
  background-color: #fff;
  overflow-y: auto;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
}
#case .case_c .case_c_list_box .parent-container_c .child-box_c:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
}
#case .case_c .case_c_list_box .parent-container_c .child-box_c:hover .img_box img {
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
#case .case_c .case_c_list_box .parent-container_c .child-box_c .img_box {
  height: 231px;
  width: 100%;
  overflow: hidden;
}
#case .case_c .case_c_list_box .parent-container_c .child-box_c .img_box img {
  width: 100%;
  height: 100%;
  transition: transform 0.5s ease;
  /* 从中心放大（避免偏移） */
  transform-origin: center;
}
#case .case_c .case_c_list_box .parent-container_c .child-box_c .text {
  width: 100%;
  padding: 0 20px 20px 20px;
  margin-top: 20px;
}
#case .case_c .case_c_list_box .parent-container_c .child-box_c .text p {
  color: #333;
  font-size: 20px;
  font-weight: 500;
  line-height: 31px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#case .case_c .case_c_list_box .parent-container_c .child-box_c .text span {
  color: #666;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  margin-top: 10px;
  display: -webkit-box;
  /* 必须 */
  -webkit-box-orient: vertical;
  /* 必须 */
  -webkit-line-clamp: 3;
  /* 显示的行数 */
  overflow: hidden;
}
#case .case_c .case_c_list_box .parent-container_c .child-box_c h3 {
  width: 100%;
  border-bottom: 1px solid #e5e5e5;
  margin: 0;
  padding-bottom: 16px;
  transition: color 0.3s ease;
}
#case .case_c .case_c_list_box .pagination {
  display: none;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}
#case .case_c .case_c_list_box .page-btn {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  color: #333;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
#case .case_c .case_c_list_box .page-btn:hover {
  background-color: #f5f5f5;
  border-color: #ccc;
}
#case .case_c .case_c_list_box .page-btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
#case .case_c .case_c_list_box .parent-container_c .paginationPC {
  margin-top: 56px;
}
#case .case_c .case_c_list_box .parent-container_c .child-box_c {
  width: calc((100% - 65px) / 3);
}
#case .case_c .case_c_list_box .parent-container_c .child-box_c h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
#case .case_c .case_c_list_box .parent-container_c .child-box_c ul li {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  list-style: none;
}
#apply_details .apply_details_a {
  width: 1200px;
  padding: 100px 0 70px 0;
  margin: 0 auto;
}
#apply_details .apply_details_a .apply_details_a_box {
  color: #666;
  font-size: 16x;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: fit-content;
  margin-top: 37px;
}
#apply_details .apply_details_a .apply_details_a_box img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#apply_details .apply_details_a .apply_details_a_box_p {
  display: none;
}
#apply_details .apply_details_a .apply_details_a_content {
  margin-top: 72px;
  display: flex;
  flex-direction: column;
  padding-bottom: 88px;
}
#apply_details .apply_details_a .apply_details_a_content ._content_l {
  width: 576px;
  height: 384px;
  margin-right: 72px;
}
#apply_details .apply_details_a .apply_details_a_content ._content_l img {
  width: 100%;
  height: 100%;
}
#apply_details .apply_details_a .apply_details_a_content ._content_r {
  flex: 1;
}
#apply_details .apply_details_a .apply_details_a_content ._content_r h1 {
  width: 100%;
  color: #333;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 24px;
  border-bottom: 2px solid #E5E5E5;
  margin-bottom: 24px;
}
#apply_details .apply_details_a .apply_details_a_content ._content_r .cause {
  margin: 24px 0;
}
#apply_details .apply_details_a .apply_details_a_content ._content_r .cause li {
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
}
#apply_details .apply_details_a .apply_details_a_content ._content_r .settle {
  padding: 16px 0;
  width: 100%;
  position: relative;
  background: linear-gradient(270deg, #F6F7F9 0%, #FFF 100%);
}
#apply_details .apply_details_a .apply_details_a_content ._content_r .settle img {
  width: 150px;
  height: 130px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#apply_details .apply_details_a .apply_details_a_content ._content_r .settle li {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
}
#apply_details .apply_details_a .apply_details_a_content ._content_r p {
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
}
#apply_details .apply_details_b {
  width: 100%;
  background-color: #f6f7f9;
  padding: 80px 0 152px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#apply_details .apply_details_b .apply_details_b_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#apply_details .apply_details_b h2 {
  color: #000;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}
#apply_details .apply_details_b .apply_details_b_list {
  margin-top: 64px;
  display: flex;
  align-content: space-around;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
#apply_details .apply_details_b .apply_details_b_list .apply_details_b_item {
  width: 352px;
  height: 437px;
  flex-shrink: 0;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#apply_details .apply_details_b .apply_details_b_list .apply_details_b_item img {
  width: 160px;
  height: 158px;
}
#apply_details .apply_details_b .apply_details_b_list .apply_details_b_item .a_item_name {
  color: #666;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 88px;
}
#apply_details .apply_details_b .apply_details_b_list .apply_details_b_item .a_item_text {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
}
#apply_details .apply_details_b .apply_details_b_list .apply_details_b_item ._button {
  width: 0px;
  height: 0px;
  margin-top: 16px;
  /* 初始状态：完全透明且缩放为0（不占位置） */
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  transition: all 0.3s ease;
}
#apply_details .apply_details_b .apply_details_b_list .apply_details_b_item:hover {
  box-shadow: 0 0 25px 0 rgba(0, 70, 164, 0.3);
}
#apply_details .apply_details_b .apply_details_b_list .apply_details_b_item:hover .a_item_name {
  color: #0046a4;
  margin-top: 60px !important;
}
#apply_details .apply_details_b .apply_details_b_list .apply_details_b_item:hover ._button {
  width: 169px;
  height: 44px;
  /* 显示按钮：完全不透明且恢复原大小 */
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
#question_details .question_details_a {
  max-width: 1200px;
  width: 100%;
  padding: 100px 0 70px 0;
  margin: 0 auto;
}
#question_details .question_details_a .question_details_a_box {
  color: #666;
  font-size: 16x;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: fit-content;
  margin-top: 37px;
}
#question_details .question_details_a .question_details_a_box img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#question_details .question_details_a .question_details_a_box_p {
  display: none;
}
#question_details .question_details_a .question_details_a_content {
  margin-top: 72px;
  display: flex;
  padding-bottom: 88px;
}
#question_details .question_details_a .question_details_a_content ._content_l {
  width: 576px;
  height: 384px;
  margin-right: 72px;
}
#question_details .question_details_a .question_details_a_content ._content_l img {
  width: 100%;
  height: 100%;
}
#question_details .question_details_a .question_details_a_content ._content_r {
  width: 552px;
}
#question_details .question_details_a .question_details_a_content ._content_r h1 {
  width: 100%;
  color: #333;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 24px;
  border-bottom: 2px solid #E5E5E5;
  margin-bottom: 24px;
}
#question_details .question_details_a .question_details_a_content ._content_r .cause {
  margin: 24px 0;
}
#question_details .question_details_a .question_details_a_content ._content_r .cause li {
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
}
#question_details .question_details_a .question_details_a_content ._content_r .settle {
  padding: 16px 0;
  width: 100%;
  position: relative;
  background: linear-gradient(270deg, #F6F7F9 0%, #FFF 100%);
}
#question_details .question_details_a .question_details_a_content ._content_r .settle img {
  width: 150px;
  height: 130px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#question_details .question_details_a .question_details_a_content ._content_r .settle li {
  color: #333;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
}
#question_details .question_details_a .question_details_a_content ._content_r p {
  color: #666;
  font-size: 15px;
  font-weight: 500;
  line-height: 32px;
}
#question_details .question_details_b {
  width: 100%;
  background-color: #f6f7f9;
  padding: 80px 0 152px 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#question_details .question_details_b .question_details_b_box {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#question_details .question_details_b h2 {
  color: #000;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}
#question_details .question_details_b .question_details_b_list {
  margin-top: 64px;
  display: flex;
  align-content: space-around;
  justify-content: center;
  flex-wrap: wrap;
  gap: 32px;
}
#question_details .question_details_b .question_details_b_list .question_details_b_item {
  width: 352px;
  height: 437px;
  flex-shrink: 0;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#question_details .question_details_b .question_details_b_list .question_details_b_item img {
  width: 160px;
  height: 158px;
}
#question_details .question_details_b .question_details_b_list .question_details_b_item .q_item_name {
  color: #666;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  transition: all 0.3s ease;
  margin-top: 88px;
}
#question_details .question_details_b .question_details_b_list .question_details_b_item .q_item_text {
  color: #000;
  text-align: center;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 20px;
  transition: all 0.3s ease;
}
#question_details .question_details_b .question_details_b_list .question_details_b_item ._button {
  width: 0px;
  height: 0px;
  margin-top: 16px;
  /* 初始状态：完全透明且缩放为0（不占位置） */
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
  /* 过渡效果：让显示/隐藏更平滑 */
  transition: all 0.3s ease;
}
#question_details .question_details_b .question_details_b_list .question_details_b_item:hover {
  box-shadow: 0 0 25px 0 rgba(0, 70, 164, 0.3);
}
#question_details .question_details_b .question_details_b_list .question_details_b_item:hover .q_item_name {
  color: #0046a4;
  margin-top: 60px !important;
}
#question_details .question_details_b .question_details_b_list .question_details_b_item:hover ._button {
  width: 169px;
  height: 44px;
  /* 显示按钮：完全不透明且恢复原大小 */
  opacity: 1;
  transform: scale(1);
  visibility: visible;
}
#product-details .product_details_a {
  width: 100%;
  padding: 100px 0 70px 0;
  background-color: #f6f7f9;
}
#product-details .product_details_a .product_details_content {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
#product-details .product_details_a .product_details_content .product_details_a_box {
  display: flex;
}
#product-details .product_details_a .product_details_content .product_details_a_box img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#product-details .product_details_a .c_a_box {
  color: #666;
  font-size: 16x;
  font-weight: 500;
  display: flex;
  align-items: center;
  height: fit-content;
  margin-top: 37px;
}
#product-details .product_details_a .c_a_box img {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#product-details .product_details_a .product_details_a_box_p {
  display: none;
}
#product-details .product_details_a .product_details_a_content {
  margin-top: 72px;
  display: flex;
  align-items: center;
  padding-bottom: 88px;
}
#product-details .product_details_a .product_details_a_content ._content_l {
  width: 60%;
  margin-right: 3%;
}
#product-details .product_details_a .product_details_a_content ._content_l .product-details-preview {
  border-radius: 8px;
  margin-bottom: 8px;
}
#product-details .product_details_a .product_details_a_content ._content_l .product-details-preview img {
  width: 100%;
  height: 430px;
  border-radius: 8px;
}
#product-details .product_details_a .product_details_a_content ._content_l .product-details-swiper-box .product-details-swiper {
  width: 100%;
}
#product-details .product_details_a .product_details_a_content ._content_l .product-details-swiper-box .product-details-swiper .swiper-slide img {
  width: 180px;
  height: 100px;
  padding: 8px;
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
}
#product-details .product_details_a .product_details_a_content ._content_l .product-details-swiper-box .product-details-swiper .swiper-slide .details-img-active {
  border: 1px solid #E5E5E5;
  border-radius: 4px;
}
#product-details .product_details_a .product_details_a_content ._content_r {
  flex: 1;
  display: flex;
  flex-direction: column;
}
#product-details .product_details_a .product_details_a_content ._content_r ._content_r_name {
  color: #999;
  font-size: 20px;
  font-weight: 500;
}
#product-details .product_details_a .product_details_a_content ._content_r h2 {
  color: #000;
  font-size: 40px;
  font-weight: 700;
  position: relative;
}
#product-details .product_details_a .product_details_a_content ._content_r h2::after {
  content: '';
  display: block;
  width: 1.5em;
  height: 4px;
  background-color: #0046a4;
  position: absolute;
  bottom: -10px;
  left: 0px;
}
#product-details .product_details_a .product_details_a_content ._content_r p {
  color: #666;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 29px;
}
#product-details .product_details_a .product_details_a_content ._content_r ._content_r_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product-details .product_details_a .product_details_a_content ._content_r ._content_r_list ._content_r_item {
  width: 280px;
  border-bottom: 1px solid #E5E5E5;
  padding: 14px 0;
}
#product-details .product_details_a .product_details_a_content ._content_r ._content_r_list ._content_r_item ._item_title {
  color: #999;
  font-size: 12px;
  font-weight: 500;
  margin-top: 0px;
  line-height: 12px;
}
#product-details .product_details_a .product_details_a_content ._content_r ._content_r_list ._content_r_item ._item_text {
  color: #000;
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  margin-top: 7px;
}
#product-details .product_details_a .product_details_a_content ._content_r ._button {
  width: 213px;
  height: 56px;
  margin-top: 44px;
}
#product-details .product_details_b .product_details_b_box {
  padding: 150px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#product-details .product_details_b .product_details_b_box .list_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 145px;
}
#product-details .product_details_b .product_details_b_box .list_content .content_l {
  width: 620px;
  height: 383px;
  background-color: skyblue;
}
#product-details .product_details_b .product_details_b_box .list_content .content_l img {
  width: 100%;
  height: 100%;
  box-shadow: -30px 30px 0px 0px #0046a4;
}
#product-details .product_details_b .product_details_b_box .list_content .content_r {
  width: 364px;
  height: 289px;
}
#product-details .product_details_b .product_details_b_box .list_content .content_r h3 {
  width: 364px;
  color: #000;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  position: relative;
}
#product-details .product_details_b .product_details_b_box .list_content .content_r h3::after {
  content: '';
  display: block;
  width: 2em;
  height: 4px;
  background-color: #0046a4;
  position: absolute;
  bottom: -45px;
  left: 0px;
}
#product-details .product_details_b .product_details_b_box .list_content .content_r ul {
  margin-top: 70px;
}
#product-details .product_details_b .product_details_b_box .list_content .content_r ul li {
  width: 263px;
  color: #666;
  font-size: 20px;
  font-weight: 500;
  line-height: 41px;
}
#product-details .product_details_b .product_details_b_box .list_content:nth-child(odd) {
  flex-direction: row-reverse;
}
#product-details .product_details_b .product_details_b_box .list_content:last-child {
  margin-bottom: 0px;
}
#product-details .product_details_c .product_details_c_box {
  padding: 50px 0;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#product-details .product_details_c h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
}
#product-details .product_details_c .container_table {
  width: 100%;
  border: 1px solid #e5e5e5;
  margin-top: 64px;
  /* 外层边框 */
  /* 内容行容器 - 一行显示2个内容 */
  /* 单个内容项容器 */
  /* 标题格子样式 */
  /* 内容格子样式 */
  /* 处理最后一行的下边框 */
}
#product-details .product_details_c .container_table .content-row {
  display: flex;
  flex-wrap: wrap;
}
#product-details .product_details_c .container_table .content-item {
  display: flex;
  width: 50%;
  /* 一行两个，无间距 */
}
#product-details .product_details_c .container_table .title-cell {
  width: 157px;
  height: 80px;
  background-color: #f6f7f9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  font-weight: 600;
  border-right: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#product-details .product_details_c .container_table .content-cell {
  width: 443px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 15px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
#product-details .product_details_c .container_table .content-row:last-child .title-cell,
#product-details .product_details_c .container_table .content-row:last-child .content-cell {
  border-bottom: none;
}
#footer {
  background-image: url(https://d2rw3gkhyve63g.cloudfront.net/zlsb-assets/img/footer-bg.png);
  background-size: cover;
  background-position: center;
  padding: 56px 0 0;
  color: #d1d1d1;
}
#footer .footer-box {
  padding: 0 112px;
}
#footer .footer-box .footer-t {
  display: flex;
  text-align: left;
  margin-bottom: 80px;
  font-size: 14px;
}
#footer .footer-box .footer-t .footer-t-l {
  width: 45%;
  padding-right: 80px;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-a img {
  width: 38px;
  height: 38px;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-a > div {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-left: 8px;
  color: #fff;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-b {
  margin-bottom: 48px;
  line-height: 22px;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-c {
  display: flex;
  margin-bottom: 32px;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-c input {
  width: 68%;
  height: 48px;
  padding: 0 16px;
  border-radius: 30px;
  font-size: 18px;
  font-family: Arial, sans-serif;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-c input:focus {
  outline: none;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-c .footer-search-btn {
  margin-left: 16px;
  padding: 0 24px;
  border: 0;
  border-radius: 30px;
  background-color: #2e4dec;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  white-space: nowrap;
  cursor: pointer;
}
#footer .footer-box .footer-t .footer-t-l .footer-t-l-d {
  font-size: 13px;
  line-height: 22px;
}
#footer .footer-box .footer-t .footer-t-r {
  width: 55%;
  padding-left: 80px;
  display: flex;
  position: relative;
}
#footer .footer-box .footer-t .footer-t-r > div > div {
  font-size: 18px;
  font-weight: 600;
  margin: 8px 0 32px;
  color: #fff;
}
#footer .footer-box .footer-t .footer-t-r > div ul {
  padding: 0;
  margin: 0;
}
#footer .footer-box .footer-t .footer-t-r > div ul li {
  list-style: none;
  margin-bottom: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
#footer .footer-box .footer-t .footer-t-r > div ul li a {
  text-decoration: none;
  color: #d1d1d1;
}
#footer .footer-box .footer-t .footer-t-r > div ul li a:hover {
  text-decoration: underline;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-l {
  width: 55%;
  margin-right: 10%;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-l ul {
  display: flex;
  flex-wrap: wrap;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-l ul li {
  width: 48%;
  padding-right: 2%;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-r {
  width: 35%;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-r ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-r ul li a img {
  width: 22px;
  height: 22px;
  margin-right: 4px;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-sm {
  position: absolute;
  right: 0;
  bottom: -125px;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-sm a {
  margin-left: 16px;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-sm a img {
  width: 28px;
  height: 28px;
  transition: all 0.4s ease;
}
#footer .footer-box .footer-t .footer-t-r .footer-t-r-sm a img:hover {
  transform: scale(1.2);
}
#footer .footer-box .footer-b {
  height: 56px;
  border-top: 1px solid #d1d1d1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 13px;
}
#footer .footer-box .footer-b a {
  text-decoration: none;
  color: #d1d1d1;
  margin-left: 16px;
}
#footer .footer-box .footer-b a:hover {
  text-decoration: underline;
}
.footer {
  background: #222222;
  color: #fefefe;
  text-align: left;
  position: relative;
}
.footer .corner-image {
  position: absolute;
  right: 0%;
  bottom: 0%;
  width: 40%;
  max-width: 450px;
  min-width: 120px;
  aspect-ratio: 4/3;
  object-fit: cover;
}
.footer .content-g-box {
  width: 100%;
  height: 100%;
  padding: 60px 0 40px;
}
.footer .content-g-box .contg-t {
  max-width: 1600px;
  border-bottom: 1px solid #383838;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* margin-bottom: 64px; */
}
.footer .content-g-box .contg-t .contg-t-l {
  padding-bottom: 70px;
}
.footer .content-g-box .contg-t .contg-t-l .contg-t-l-t {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.footer .content-g-box .contg-t .contg-t-l .contg-t-l-t img {
  width: 126px;
  height: 67px;
  margin-right: 16px;
}
.footer .content-g-box .contg-t .contg-t-l .contg-t-l-t div {
  font-size: 30px;
  font-weight: 600;
}
.footer .content-g-box .contg-t .contg-t-l .contg-t-l-m {
  font-size: 18px;
  font-weight: 600;
  padding: 32px 0 24px;
}
.footer .content-g-box .contg-t .contg-t-l .contg-t-l-b {
  width: 600px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.footer .content-g-box .contg-t .contg-t-l .contg-t-l-b > div {
  width: 170px;
  line-height: 28px;
  margin: 0 8px 4px 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.footer .content-g-box .contg-t .contg-t-l .contg-t-l-b > div a {
  color: #fefefe;
  cursor: pointer;
}
.footer .content-g-box .contg-t .contg-t-l .contg-t-l-b > div a:hover {
  text-decoration: underline;
}
.footer .content-g-box .contg-t .contg-t-r {
  width: 480px;
  padding-top: 10px;
}
.footer .content-g-box .contg-t .contg-t-r .contg-t-t {
  color: #FFF;
  font-size: 32px;
  font-weight: 700;
}
.footer .content-g-box .contg-t .contg-t-r .contg-t-r-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  margin: 36px 0;
}
.footer .content-g-box .contg-t .contg-t-r .contg-t-r-item a {
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.footer .content-g-box .contg-t .contg-t-r .contg-t-r-item a img {
  height: 100%;
  width: 100%;
}
.footer .content-g-box .contg-t .contg-t-r .contg-t-r-item .contg-t-r-ps {
  width: 16px;
  height: 16px;
}
.footer .content-g-box .contg-t .contg-t-r .contg-t-r-item .contg-t-r-pl {
  width: 36px;
  height: 36px;
  cursor: pointer;
  transition: all 0.4s ease;
}
.footer .content-g-box .contg-t .contg-t-r .contg-t-r-item .contg-t-r-pl:hover {
  transform: scale(1.2);
}
.footer .content-g-box .contg-b {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  margin-top: 26px;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
}
.footer .content-g-box .contg-b .contg-b-r {
  display: flex;
  gap: 5px;
  align-items: center;
}
.footer .content-g-box .contg-b .contg-b-r img {
  width: 16px;
  height: 16px;
}
#pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 0 40px;
}
@media (min-width: 1025px) and (max-width: 1560px) {
  #home .home-a {
    width: 100%;
    height: 100vh;
  }
  #home .home-a .homea-swiper {
    height: 100%;
  }
  #home .home-a .homea-swiper .swiper-pagination {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  #home .home-a .homea-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 52px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    margin: 0 6px;
    transition: all 0.3s ease;
  }
  #home .home-a .homea-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 52px;
    border-radius: 5px;
    background-color: #fff;
  }
  #home .home-a .homea-swiper .swiper-pagination.swiper-pagination-fraction,
  #home .home-a .homea-swiper .swiper-pagination.swiper-pagination-custom,
  #home .home-a .homea-swiper .swiper-pagination.swiper-pagination-counter {
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    background: rgba(207, 204, 204, 0.3);
    border-radius: 4px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    filter: brightness(70%);
    object-fit: cover;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c {
    width: 700px;
    text-align: left;
    line-height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-70%, -40%);
    color: #fff;
    border-radius: 16px;
    z-index: 2009;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c h1 {
    color: #fff;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_text {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    width: 500px;
    margin-top: 30px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list ._list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list ._list_item img {
    width: 50px;
    height: 50px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list ._list_item span {
    margin-top: 12px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_tag {
    margin-top: 50px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_tag span:not(:last-child)::after {
    content: '';
    display: inline-block;
    height: 16px;
    margin: 0 30px;
    vertical-align: middle;
    border-right: 1px solid #fff;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide-active img,
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
  }
  #home .home-b {
    height: 741px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #home .home-b .home_b_box .homeb-swiper {
    height: 100%;
    width: 100%;
  }
  #home .home-b .home_b_box .homeb-swiper > .swiper-pagination {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  #home .home-b .home_b_box .homeb-swiper > .swiper-pagination .swiper-pagination-bullet {
    width: 52px;
    height: 3px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    margin: 0 6px;
    transition: all 0.3s ease;
  }
  #home .home-b .home_b_box .homeb-swiper > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 52px;
    border-radius: 5px;
    background-color: #fff;
  }
  #home .home-b .home_b_box .homeb-swiper > .swiper-pagination.swiper-pagination-fraction,
  #home .home-b .home_b_box .homeb-swiper > .swiper-pagination.swiper-pagination-custom,
  #home .home-b .home_b_box .homeb-swiper > .swiper-pagination.swiper-pagination-counter {
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    background: rgba(207, 204, 204, 0.3);
    border-radius: 4px;
  }
  #home .home-b .home_b_box .homeb-swiper .swiper-wrapper .swiper-slide {
    display: flex;
  }
  #home .home-b .home_b_box .homeb-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    filter: brightness(70%);
    object-fit: cover;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
  }
  #home .home-b .home_b_box .homeb-swiper .swiper-wrapper .swiper-slide .homea-c {
    width: 700px;
    text-align: left;
    line-height: 32px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-70%, -40%);
    color: #fff;
    border-radius: 16px;
    z-index: 2009;
  }
  #home .home-b .home_b_box .homeb-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c h1 {
    color: #fff;
    font-family: Inter;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
  }
  #home .home-b .home_b_box .homeb-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_text {
    color: #fff;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    width: 500px;
    margin-top: 30px;
  }
  #home .home-b .home_b_box .homeb-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #home .home-b .home_b_box .homeb-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list ._list_item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 92px;
  }
  #home .home-b .home_b_box .homeb-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list ._list_item img {
    width: 50px;
    height: 50px;
  }
  #home .home-b .home_b_box .homeb-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list ._list_item span {
    margin-top: 12px;
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px;
  }
  #home .home-b .home_b_box .homeb-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_tag {
    margin-top: 50px;
  }
  #home .home-b .home_b_box .homeb-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_tag span:not(:last-child)::after {
    content: '';
    display: inline-block;
    height: 16px;
    margin: 0 30px;
    vertical-align: middle;
    border-right: 1px solid #fff;
  }
  #home .home-b .home_b_box .homeb-swiper .swiper-wrapper .swiper-slide-active img,
  #home .home-b .home_b_box .homeb-swiper .swiper-wrapper .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
  }
  #home .home-b .home_b_box .home_b_l {
    background-color: #fafbfd;
    height: 100%;
    padding: 0 20px;
    width: 50%;
  }
  #home .home-b .home_b_box .home_b_l h2 {
    width: 575px;
    color: #000;
    font-size: 30px;
    line-height: 30px;
  }
  #home .home-b .home_b_box .home_b_l .home_b_l_text {
    margin-top: 15px;
    width: 500px;
    font-size: 18px;
    line-height: 36px;
  }
  #home .home-b .home_b_box .home_b_l .home_b_item_box {
    margin-top: 20px;
    display: flex;
    align-items: center;
  }
  #home .home-b .home_b_box .home_b_l .home_b_item_box .home_b_item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #home .home-b .home_b_box .home_b_l .home_b_item_box .home_b_item img {
    width: 32px;
    height: 32px;
  }
  #home .home-b .home_b_box .home_b_l .home_b_item_box .home_b_item span {
    margin-top: 22px;
    color: #000;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
  }
  #home .home-b .home_b_box .home_b_l .home_b_button {
    margin-top: 42px;
    width: 170px;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }
  #home .home-b .home_b_box .home_b_l .home_b_button:hover {
    opacity: 0.7;
  }
  #home .home-b .home_b_box .home_b_l .home_b_button:active {
    opacity: 0.9;
  }
  #home .home-b .home_b_box .home_b_r {
    height: 100%;
    width: 50%;
  }
  #home .home-b .home_b_box .home_b_item_box_pnone {
    display: none;
  }
  #home .home-e {
    width: 100%;
    height: 100vh;
    display: flex;
  }
  #home .home-e .home_e_l {
    width: 50%;
    position: relative;
  }
  #home .home-e .home_e_l img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home .home-e .home_e_l .home_e_l_content {
    position: absolute;
    top: 50%;
    transform: translate(-55%, -50%);
    left: 50%;
    width: 400px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #home .home-e .home_e_l .home_e_l_content h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    position: relative;
  }
  #home .home-e .home_e_l .home_e_l_content h3::after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    display: inline-block;
    height: 4px;
    background: #fff;
    margin-right: 8px;
  }
  #home .home-e .home_e_l .home_e_l_content ._content_text {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 39px;
    text-align: left;
    margin-top: 40px;
  }
  #home .home-e .home_e_l .home_e_l_content ._content_text_a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    text-decoration-line: underline;
    margin-top: 120px;
  }
  #home .home-e .home_e_r {
    width: 50%;
  }
  #home .home-e .home_e_r .home_e_r_item {
    height: 50%;
    width: 100%;
    display: flex;
  }
  #home .home-e .home_e_r .home_e_r_item .r_item_l {
    width: 50%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #home .home-e .home_e_r .home_e_r_item .r_item_l ._l_box {
    width: 75%;
    height: 75%;
  }
  #home .home-e .home_e_r .home_e_r_item .r_item_l ._l_box h4 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }
  #home .home-e .home_e_r .home_e_r_item .r_item_l ._l_box div {
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
  }
  #home .home-e .home_e_r .home_e_r_item .r_item_r {
    width: 50%;
    height: 100%;
    background-color: yellow;
  }
  #home .home-e .home_e_r .home_e_r_item .r_item_r img {
    width: 100%;
    height: 100%;
  }
  #home .home-e .home_e_r .home_e_r_item:nth-child(2) {
    flex-direction: row-reverse;
  }
  #home .home-e .home_e_phone {
    display: none;
  }
  #conteact .conteact_b {
    padding: 103px 20px 208px 20px;
  }
  #case .case_b .case_b_list_box .parent-container {
    width: 90%;
  }
  #case .case_b .case_b_list_box .parent-container .child-box {
    width: calc((100% - 20px) / 2);
    height: 212px;
  }
  #case .case_c .case_c_list_box .parent-container_c {
    width: 90%;
  }
  #case .case_c .case_c_list_box .parent-container_c .child-box_c {
    width: calc((100% - 50px) / 2);
  }
  #apply_details .apply_details_a {
    width: 1000px;
  }
  #apply_details .apply_details_a .apply_details_a_content ._content_l {
    width: 500px;
    height: 300px;
    margin-right: 50px;
  }
  #question_details .question_details_a {
    width: 1000px;
  }
  #question_details .question_details_a .question_details_a_content ._content_l {
    width: 550px;
    height: 300px;
    margin-right: 50px;
  }
  #product-details .product_details_a {
    width: 100%;
  }
  #product-details .product_details_a .product_details_content {
    width: 1000px;
  }
  #product-details .product_details_a .product_details_a_content ._content_l .product-details-preview img {
    height: 410px;
  }
  #product-details .product_details_a .product_details_a_content ._content_l .product-details-swiper-box .product-details-swiper .swiper-slide img {
    width: 143px;
    height: 94px;
  }
  #product-details .product_details_a .product_details_a_content ._content_r ._button {
    width: 170px;
    height: 45px;
  }
  .footer .content-g-box {
    background-size: 23% 88%;
  }
  .footer .content-g-box .contg-t-l .contg-t-l-t div {
    font-size: 28px !important;
  }
  .footer .content-g-box .contg-t-l .contg-t-l-m {
    font-size: 16px;
  }
  .footer .content-g-box .contg-t-l .contg-t-l-b {
    font-size: 14px;
  }
  .footer .content-g-box .contg-t-r .contg-t-t {
    font-size: 16px;
  }
}
@media (min-width: 960px) and (max-width: 1280px) {
  #about .about_d .timeline-line {
    width: calc(100% - 70px) !important;
  }
}
@media (max-width: 1024px) {
  .sm-disp-n {
    display: none !important;
  }
  .sm-disp-b {
    display: block !important;
  }
  .container {
    width: 100%;
  }
  .sm-display-b {
    display: block;
  }
  .sm-display-nib {
    display: none !important;
  }
  .sm-display-n {
    display: none !important;
  }
  #nav {
    width: 100vw;
    height: fit-content;
    padding: 8px 16px;
    background-color: #E4E5E9;
  }
  #nav .nav-l {
    margin: 0;
    justify-content: normal;
  }
  #nav .nav-l .nav-icon-sm {
    margin-right: 8px;
  }
  #nav .nav-l .nav-icon-sm img {
    width: 30px;
  }
  #nav .nav-l .nav-l-logo {
    width: 64px;
    height: 30px;
  }
  #nav .nav-r .nav-r-search {
    padding: 0;
    border: 0;
    margin: 4px 12px 0 0;
  }
  #nav .nav-r .nav-r-lg .nav-rlg-item img {
    margin: 0;
  }
  #nav #offcanvasMenu,
  #nav #offcanvasLang {
    width: 65%;
  }
  #nav #offcanvasMenu .offcanvas-body ul li,
  #nav #offcanvasLang .offcanvas-body ul li {
    padding: 8px 0;
  }
  #nav #offcanvasMenu .offcanvas-body ul li img,
  #nav #offcanvasLang .offcanvas-body ul li img {
    width: 25px;
    margin-right: 4px;
  }
  #nav #offcanvasMenu .offcanvas-body ul .active-item,
  #nav #offcanvasLang .offcanvas-body ul .active-item {
    font-weight: 600;
  }
  #nav #offcanvasSearch {
    height: max-content;
  }
  #nav #offcanvasSearch .sm-search-box {
    position: relative;
  }
  #nav #offcanvasSearch .sm-search-box .search-icon {
    width: 20px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  #nav #offcanvasSearch .sm-search-box .search-input {
    width: 100%;
    padding: 0 32px 0 0;
    border-bottom: 1px solid #DDDDDD;
  }
  #nav #offcanvasSearch .sm-search-box .srarch-drop-title {
    font-size: 14px;
    margin: 24px 0 8px;
  }
  #nav #offcanvasSearch .sm-search-box ul li {
    padding: 8px 0;
  }
  #nav #offcanvasSearch .sm-search-box ul li img {
    width: 16px;
  }
  .nav-wt,
  .nav-bk {
    color: #000000;
    border-bottom: 1px solid #F5F6F7;
  }
  .nav-wt a,
  .nav-bk a {
    color: #000000;
  }
  #func-side {
    animation: none;
  }
  #home .home-a {
    width: 100%;
    height: 100vh;
  }
  #home .home-a .homea-swiper {
    height: 100%;
  }
  #home .home-a .homea-swiper .swiper-pagination {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  #home .home-a .homea-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    margin: 0 6px;
    transition: all 0.3s ease;
  }
  #home .home-a .homea-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    border-radius: 5px;
    background-color: #fff;
  }
  #home .home-a .homea-swiper .swiper-pagination.swiper-pagination-fraction,
  #home .home-a .homea-swiper .swiper-pagination.swiper-pagination-custom,
  #home .home-a .homea-swiper .swiper-pagination.swiper-pagination-counter {
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    background: rgba(207, 204, 204, 0.3);
    border-radius: 4px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    filter: brightness(70%);
    object-fit: cover;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c {
    width: 100%;
    position: absolute;
    top: 156px;
    left: 0;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c h1 {
    color: #fff;
    font-family: Manrope;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    margin: 0;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_text {
    margin-top: 24px;
    width: 282px;
    color: #e9e9e9;
    text-align: center;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    -webkit-line-clamp: 2;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list {
    margin-top: 50px;
    padding: 0 60px;
    display: flex;
    flex-wrap: wrap;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list ._list_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    min-width: 50%;
    margin-bottom: 30px;
    width: fit-content;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list ._list_item img {
    width: 38px;
    height: 38px;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_list ._list_item span {
    min-width: 50%;
    margin-top: 0px;
    color: #fff;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    margin-left: 8px;
    text-align: left;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide .homea-c .home_swiper_c ._c_icon_tag {
    display: none;
  }
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide-active img,
  #home .home-a .homea-swiper .swiper-wrapper .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
  }
  #home .home-b {
    width: 100%;
    height: fit-content;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f6f7;
  }
  #home .home-b .home_b_box .homeb-swiper {
    height: 100%;
  }
  #home .home-b .home_b_box .homeb-swiper > .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
  }
  #home .home-b .home_b_box .homeb-swiper > .swiper-wrapper .swiper-slide .swiper-text {
    color: #fff;
  }
  #home .home-b .home_b_box .homeb-swiper > .swiper-pagination {
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
  }
  #home .home-b .home_b_box .homeb-swiper > .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 5px;
    margin: 0 6px;
    transition: all 0.3s ease;
  }
  #home .home-b .home_b_box .homeb-swiper > .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 10px;
    border-radius: 5px;
    background-color: #fff;
  }
  #home .home-b .home_b_box .homeb-swiper > .swiper-pagination.swiper-pagination-fraction,
  #home .home-b .home_b_box .homeb-swiper > .swiper-pagination.swiper-pagination-custom,
  #home .home-b .home_b_box .homeb-swiper > .swiper-pagination.swiper-pagination-counter {
    color: #fff;
    font-size: 14px;
    padding: 2px 8px;
    background: rgba(207, 204, 204, 0.3);
    border-radius: 4px;
  }
  #home .home-b .home_b_box .home_b_l {
    background-color: #fafbfd;
    height: fit-content;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #home .home-b .home_b_box .home_b_l h2 {
    margin-top: 44px;
    width: 280px;
    color: #000;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  #home .home-b .home_b_box .home_b_l .home_b_l_text {
    margin-top: 16px;
    width: 215px;
    color: #5e616e;
    text-align: center;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
  }
  #home .home-b .home_b_box .home_b_l .home_b_item_box {
    display: none;
  }
  #home .home-b .home_b_box .home_b_l .home_b_button {
    margin-top: 32px;
    width: 160px;
    height: 42px;
  }
  #home .home-b .home_b_box .home_b_r {
    margin-top: 32px;
    height: 300px;
    width: 100%;
  }
  #home .home-b .home_b_box .home_b_r .home_b_r_bg {
    width: 80%;
    height: 300px;
  }
  #home .home-b .home_b_box .home_b_r a {
    width: 80%;
    height: 240px;
    position: absolute;
    right: 0;
  }
  #home .home-b .home_b_box .home_b_r a .home_b_r_bg_img {
    width: 90%;
    height: 100%;
    object-fit: cover;
  }
  #home .home-b .home_b_box .home_b_item_box_pnone {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    padding: 0 48px;
  }
  #home .home-b .home_b_box .home_b_item_box_pnone .home_b_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 0px;
    margin: 10px 0;
  }
  #home .home-b .home_b_box .home_b_item_box_pnone .home_b_item img {
    width: 28px;
    height: 28px;
    margin-right: 10px;
  }
  #home .home-b .home_b_box .home_b_item_box_pnone .home_b_item span {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }
  #home .home-b .flex_jc_ac {
    display: block;
  }
  #home .home-c {
    width: 100%;
    height: fit-content;
    background-color: #fff;
    padding: 56px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #home .home-c .container {
    padding: 0;
  }
  #home .home-c h2 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
  }
  #home .home-c .home_c_box {
    display: flex;
    align-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 15px;
  }
  #home .home-c .home_c_box .home_c_item {
    width: 160px;
    height: 199px;
    flex-shrink: 0;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    border: 1px solid #e5e5e5;
  }
  #home .home-c .home_c_box .home_c_item img {
    width: 103px;
    height: 71px;
  }
  #home .home-c .home_c_box .home_c_item .item_name {
    color: #666;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-top: 33px;
  }
  #home .home-c .home_c_box .home_c_item .item_text {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-top: 8px;
  }
  #home .home-c .home_c_box .home_c_item:hover .item_name {
    margin-top: 33px !important;
  }
  #home .home-c .home_c_box .home_c_item:hover .item_text {
    margin-top: 8px;
  }
  #home .home-c .home_c_box .home_c_item:hover ._button {
    width: 169px;
    height: 44px;
    display: none;
  }
  #home .home-d {
    width: 100%;
  }
  #home .home-d .home_d_connet {
    width: 100%;
  }
  #home .home-d .home_d_connet h3 {
    padding: 0 30px;
    width: 100%;
    color: #fff;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  #home .home-d .home_d_connet .home_d_text {
    width: 100%;
    color: #fff;
    text-align: justify;
    font-family: Manrope;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-top: 32px;
    padding: 0 30px;
  }
  #home .home-d .home_d_connet .home_d_text > div {
    text-indent: 2em;
  }
  #home .home-d .home_d_connet .home_d_b {
    padding: 0 50px;
    margin-top: 40px;
  }
  #home .home-d .home_d_connet .home_d_b ._b_item:not(:last-child) {
    border-right: 1px solid #828282;
  }
  #home .home-d .home_d_connet .home_d_b ._b_item ._b_item_t {
    margin-bottom: 15px;
  }
  #home .home-d .home_d_connet .home_d_b ._b_item ._b_item_t ._b_item_t_number {
    color: #dfdfdf;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }
  #home .home-d .home_d_connet .home_d_b ._b_item ._b_item_b {
    font-size: 12px;
    line-height: 12px;
  }
  #home .home-e {
    height: fit-content;
  }
  #home .home-e .home_e_l {
    display: none;
  }
  #home .home-e .home_e_r {
    display: none;
  }
  #home .home-e .home_e_phone {
    display: block;
    height: fit-content;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
    padding-bottom: 56px;
  }
  #home .home-e .home_e_phone h1 {
    padding: 0 30px;
    width: 100%;
    color: #000;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
  }
  #home .home-e .home_e_phone ._item {
    width: 315px;
    flex-direction: column;
  }
  #home .home-e .home_e_phone ._item img {
    margin-top: 32px;
    width: 212px;
    height: 212px;
  }
  #home .home-e .home_e_phone ._item h3 {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 22px;
    margin-top: 16px;
  }
  #home .home-e .home_e_phone ._item ._text {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 16px;
  }
  #home .home-e .home_e_phone .btn {
    width: 160px;
    height: 42px;
    margin-top: 29px;
  }
  #home .home-f {
    height: fit-content !important;
    padding: 56px 16px;
    background-color: #f3f9ff;
  }
  #home .home-f .container {
    display: none;
  }
  #home .home-f .container_phone {
    display: block;
  }
  #home .home-f .container_phone h3 {
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
  }
  #home .home-f .container_phone ._text {
    width: 315px;
    color: #5e616e;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 8px;
  }
  #home .home-f .container_phone .p_item {
    padding: 12px;
    margin-top: 16px;
    flex-shrink: 0;
    border-radius: 13px;
    background: linear-gradient(0deg, #fff 0%, #fff 100%), #f3f9ff;
    box-shadow: 0 0 4px 0 rgba(0, 70, 164, 0.1);
    display: flex;
    gap: 12px;
    align-items: center;
  }
  #home .home-f .container_phone .p_item img {
    width: 130px;
    height: 130px;
    margin-right: 12px;
  }
  #home .home-f .container_phone .p_item .p_item_r .p_item_r_t {
    color: #333;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
  }
  #home .home-f .container_phone .p_item .p_item_r .p_item_r_b {
    color: #666;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    display: -webkit-box;
    /* 必须设置为弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 垂直排列子元素 */
    -webkit-line-clamp: 5;
    /* 限制显示的最大行数 */
    overflow: hidden;
    /* 隐藏超出部分 */
    margin-top: 8px;
  }
  #home .home-f .container_phone .p_item_reverse {
    flex-direction: row-reverse;
  }
  #home .home-g {
    height: 336px;
  }
  #home .home-g .container {
    width: 100%;
  }
  #home .home-g .container .container_box h2 {
    font-size: 20px;
    line-height: 20px;
  }
  #home .home-g .container .container_box ._text {
    width: 315px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 16px;
  }
  #home .home-g .container .container_box ._button {
    width: 160px;
    height: 42px;
    margin-top: 32px;
  }
  #home .home-h {
    height: 752px;
    position: relative;
  }
  #home .home-h img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #home .home-h .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
  }
  #home .home-h .container .container_box {
    flex-direction: column;
  }
  #home .home-h .container .container_box h2 {
    width: 100%;
    text-align: center;
    padding: 0 30px;
    font-size: 20px;
    line-height: 30px;
  }
  #home .home-h .container .container_box ._text {
    width: 315px;
    color: #5e616e;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    margin-top: 16px;
  }
  #home .home-h .container .container_box .custom-form {
    margin-top: 8px;
    width: 100%;
    padding: 0 24px;
  }
  #home .home-h .container .container_box .custom-form .form-group {
    margin-top: 0px;
  }
  #home .home-h .container .container_box .custom-form .error-message {
    height: 20px;
    font-size: 12px;
  }
  #home .home-h .container .container_box .custom-form input,
  #home .home-h .container .container_box .custom-form textarea {
    font-size: 14px;
  }
  #home .home-h .container .container_box .custom-form textarea {
    height: 116px;
  }
  #home .home-h .container .container_box ._button {
    width: 100%;
    height: 45px;
    margin-top: 0px;
    font-size: 15px;
  }
  #product .product_a {
    display: none;
  }
  #product .product_b {
    display: none;
  }
  #product .product_c {
    display: block;
    padding-top: 46px;
  }
  #product .product_c .product_c_top {
    width: 100%;
    height: fit-content;
    background-color: #fff;
    padding: 16px 29px;
    border-bottom: 1px solid #e5e5e5;
  }
  #product .product_c .product_c_top ul {
    display: flex;
    justify-content: space-between;
    /* 高亮样式 - 点击后生效 */
  }
  #product .product_c .product_c_top ul .highlight {
    color: #0046a4;
  }
  #product .product_c .product_c_top ul .highlight span {
    color: #0046a4;
    /* 文字高亮 */
    font-weight: bold;
  }
  #product .product_c .product_c_top ul li {
    width: 44px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #product .product_c .product_c_top ul li img {
    width: 32px;
    height: 32px;
  }
  #product .product_c .product_c_top ul li span {
    margin-top: 12px;
    color: #333;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
  }
  #product .product_c .list_content {
    width: 100%;
    height: 494px;
    background-color: #fff;
    position: absolute;
    top: 153px;
    z-index: 999;
  }
  #product .product_c .list_content .list_content_t {
    display: flex;
    height: 420px;
  }
  #product .product_c .list_content .list_content_t ._t_l {
    height: 100%;
    width: 135px;
    background-color: #f8f9fb;
    border-radius: 0 0 30px 0;
  }
  #product .product_c .list_content .list_content_t ._t_l ul li {
    height: 38px;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
    padding: 12px 0 12px 32px;
  }
  #product .product_c .list_content .list_content_t ._t_r {
    flex: 1;
    height: 100%;
    background-color: #fff;
  }
  #product .product_c .list_content .list_content_t ._t_r ul {
    padding: 14px 24px;
  }
  #product .product_c .list_content .list_content_t ._t_r ._t_r_ul {
    padding: 14px 24px;
    list-style: none;
    max-width: 600px;
    border-radius: 8px;
    overflow: hidden;
  }
  #product .product_c .list_content .list_content_t ._t_r ._t_r_ul_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background-color 0.2s ease;
    margin-bottom: 12px;
  }
  #product .product_c .list_content .list_content_t ._t_r ._t_r_ul_item:last-child {
    border-bottom: none;
  }
  #product .product_c .list_content .list_content_t ._t_r ._t_r_ul_item:hover {
    background-color: #f9f9f9;
  }
  #product .product_c .list_content .list_content_t ._t_r .select-btn {
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s ease;
    flex-shrink: 0;
  }
  #product .product_c .list_content .list_content_t ._t_r .select-btn i {
    color: white;
    font-size: 8px;
    opacity: 0;
    transition: opacity 0.2s ease;
  }
  #product .product_c .list_content .list_content_t ._t_r ._t_r_ul_item span {
    color: #666;
    font-size: 12px;
  }
  #product .product_c .list_content .list_content_t ._t_r ._t_r_ul_item.selected .select-btn {
    background-color: #1677ff;
    border-color: #1677ff;
  }
  #product .product_c .list_content .list_content_t ._t_r ._t_r_ul_item.selected .select-btn i {
    opacity: 1;
  }
  #product .product_c .list_content .list_content_t ._t_r ._t_r_ul_item.selected span {
    color: #1677ff;
    font-weight: 500;
  }
  #product .product_c .list_content .list_content_b {
    display: flex;
    justify-content: space-between;
    padding: 14px 24px;
  }
  #product .product_c .list_content .list_content_b ._button {
    border-radius: 4px;
    font-size: 15px;
    font-weight: 400;
  }
  #product .product_c .list_content .list_content_b .reset {
    width: 110px;
    height: 45px;
    border: 1px solid #0046a4;
    background: #fff;
    color: #0046a4;
  }
  #product .product_c .list_content .list_content_b .submit {
    width: 201px;
    height: 45px;
  }
  #product .product_c .product_c_list {
    display: flex;
  }
  #product .product_c .product_c_list .product_c_list_ .home_c_box {
    display: flex;
    margin: 0 auto;
    align-content: space-around;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0 20px;
    padding-top: 20px;
    padding-bottom: 45px;
  }
  #product .product_c .product_c_list .product_c_list_ .home_c_box .home_c_item {
    flex: 0 0 calc(50% - 10px);
    height: 199px;
    flex-shrink: 0;
    border: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 1px solid #e5e5e5;
  }
  #product .product_c .product_c_list .product_c_list_ .home_c_box .home_c_item img {
    width: 103px;
    height: 71px;
  }
  #product .product_c .product_c_list .product_c_list_ .home_c_box .home_c_item .item_name {
    color: #666;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-top: 33px;
  }
  #product .product_c .product_c_list .product_c_list_ .home_c_box .home_c_item .item_text {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-top: 8px;
  }
  #about {
    /* 移除自定义滚动容器样式，使用 Swiper 默认样式 */
  }
  #about .container {
    width: 100%;
  }
  #about .about_a {
    height: 100vh;
    position: relative;
  }
  #about .about_a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #about .about_a ._titl_box {
    font-size: 14px;
  }
  #about .about_a ._titl_box h1 {
    font-size: 24px;
  }
  #about .about_b {
    height: 1010px;
    width: 100%;
    position: relative;
    box-sizing: border-box;
  }
  #about .about_b .bgc_img {
    height: 100%;
  }
  #about .about_b .about_b_box {
    height: 100%;
    padding: 50px 24px;
    flex-direction: column;
  }
  #about .about_b .about_b_box .phone_h2 {
    color: #000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    text-align: center;
    display: block;
  }
  #about .about_b .about_b_box .about_b_l {
    width: 100%;
    margin-top: 40px;
    justify-content: space-around;
  }
  #about .about_b .about_b_box .about_b_l .img_box {
    position: relative;
    width: 149.683px;
    height: 324.807px;
  }
  #about .about_b .about_b_box .about_b_l .img_box:nth-child(1) {
    margin-top: 30px;
  }
  #about .about_b .about_b_box .about_b_l .img_box .video_icon {
    width: 40px;
    height: 40px;
    opacity: 1;
    visibility: visible;
  }
  #about .about_b .about_b_box .about_b_r {
    width: 100%;
    flex-direction: column;
  }
  #about .about_b .about_b_box .about_b_r h2 {
    display: none;
  }
  #about .about_b .about_b_box .about_b_r .about_b_r_text {
    margin-top: 20px;
    flex: 1;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 17;
    -webkit-box-orient: vertical;
  }
  #about .about_b .about_b_box .about_b_r .about_b_r_text p {
    text-indent: 2rem;
    margin: 0;
  }
  #about .about_b .about_b_box .about_b_r ._button {
    width: 191px;
    height: 45px;
    margin: 0 auto;
    margin-top: 10px;
  }
  #about .about_c {
    display: none;
  }
  #about .scroll—container-box {
    background-color: #f5f6f9;
    display: block;
    position: relative;
    max-width: 100%;
    overflow: hidden;
    padding: 40px 0px 32px 0;
    /* 为分页器留出空间 */
  }
  #about .scroll—container-box h2 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 32px;
    line-height: 20px;
  }
  #about .scrollmob {
    padding-left: 24px;
  }
  #about .product-box-p {
    width: 85%;
    height: 324px;
    flex-shrink: 0;
    background-color: #0046a4;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
  }
  #about .product-box-p .product-image {
    width: 100%;
    height: 154px;
    background-color: #e5e7eb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7280;
  }
  #about .product-box-p .product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #about .product-box-p .product-info-p {
    padding: 16px;
    color: white;
  }
  #about .product-box-p .product-info-p .product-name {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #about .product-box-p .product-info-p .product-description {
    margin-top: 12px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
  }
  #about .pagination {
    margin-top: 24px;
    display: flex;
    justify-content: center;
    gap: 20px;
  }
  #about .pagination img {
    width: 36px;
    height: 36px;
  }
  #about .about_d {
    height: 456px;
  }
  #about .about_d .about_d_box {
    padding: 56px 0px;
  }
  #about .about_d .about_d_box h2 {
    font-size: 20px;
    line-height: 20px;
  }
  #about .about_d .about_d_box p {
    margin-top: 16px;
    margin-bottom: 0px;
    width: 315px;
    height: fit-content;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  #about .about_d .about_d_box .swiper_box {
    margin-top: 44px;
  }
  #about .about_d .about_d_box .swiper_box .timeline-line {
    left: 0px;
    width: 100%;
    height: 2px;
  }
  #about .about_d .about_d_box .swiper_box .swiper {
    height: 180px;
    padding: 0px 10px;
  }
  #about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide .data {
    font-size: 14px;
  }
  #about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .data {
    transform: translate(-50%, 115%);
  }
  #about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .text {
    transform: translate(-50%, -130%);
    position: relative;
  }
  #about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide:nth-child(odd) .text::after {
    content: '';
    position: absolute;
    left: calc(50% - 6px);
    top: 100% !important;
    border-width: 6px 6px 0 6px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.3) transparent transparent;
  }
  #about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide .text {
    font-size: 12px;
    width: 185px;
    height: 71px;
    position: relative;
  }
  #about .about_d .about_d_box .swiper_box .swiper .swiper-wrapper .swiper-slide .text::after {
    content: '';
    position: absolute;
    left: calc(50% - 6px);
    top: -6px !important;
    border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: transparent transparent rgba(255, 255, 255, 0.3) transparent;
  }
  #about .about_d .about_d_box .swiper_box .swiper .swiper-button-prev,
  #about .about_d .about_d_box .swiper_box .swiper .swiper-button-next {
    display: none;
  }
  #about .about_d .about_d_box .swiper_box .swiper .swiper-button-prev {
    left: calc(50% - 60px);
  }
  #about .about_d .about_d_box .swiper_box .swiper .swiper-button-next {
    right: calc(50% - 60px);
  }
  #about .about_d .about_d_box .swiper_box .swiper .swiper-button-prev.swiper-button-disabled,
  #about .about_d .about_d_box .swiper_box .swiper .swiper-button-next.swiper-button-disabled {
    opacity: 1;
  }
  #about .about_d .about_d_box .swiper-button {
    display: flex;
    gap: 40px;
    margin-top: 20px;
  }
  #about .about_d .about_d_box .swiper-button img {
    width: 36px;
    height: 36px;
    cursor: pointer;
    position: unset;
  }
  #about .about_e {
    height: 567px;
    width: 100%;
    background-color: #fff;
    overflow: hidden;
  }
  #about .about_e .about_e_box {
    margin: 0 auto;
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: center;
    padding: 56px 0;
  }
  #about .about_e .about_e_box .about_e_box_l {
    display: flex;
    flex-direction: column;
    margin-right: 0;
    text-align: center;
  }
  #about .about_e .about_e_box .about_e_box_l h3 {
    font-size: 20px;
  }
  #about .about_e .about_e_box .about_e_box_l p {
    margin-top: 16px;
    width: 315px;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #about .about_e .about_e_box .about_e_box_l div {
    display: flex;
    gap: 20px;
  }
  #about .about_e .about_e_box .about_e_box_l div img {
    margin-top: 32px;
    width: 148px;
    height: 49px;
  }
  #about .about_e .about_e_box .scroll-wrapper {
    display: none;
  }
  #about .about_e .about_e_box .scroll-container {
    display: none;
  }
  #about .about_e .about_e_box .scroll-page {
    display: block;
    max-width: 375px;
    margin-top: 40px;
  }
  #about .about_e .about_e_box .scroll-row {
    display: block;
    margin-bottom: 20px;
    background-color: #fff;
  }
  #about .about_e .about_e_box .scroll-row:last-child {
    margin-bottom: 0;
  }
  #about .about_e .about_e_box .scroll-row .scroll-container-row {
    width: 100vw;
    height: 119px;
    position: relative;
  }
  #about .about_e .about_e_box .scroll-row .scroll-container-row .scroll-content-row {
    position: absolute;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #about .about_e .about_e_box .scroll-row .scroll-container-row .scroll-content-row .scroll-item {
    width: 80px;
    height: 119px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: #f5f5f5;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 16px;
  }
  #about .about_e .about_e_box .scroll-row .scroll-container-row .scroll-content-row .scroll-item:last-child {
    margin-right: 0;
  }
  #about .about_e .about_e_box .scroll-row .scroll-container-row:hover .scroll-content {
    animation-play-state: paused;
  }
  #about .about_f {
    height: 420px;
  }
  #about .about_f .about_f_box {
    padding: 46px 0px;
    /* 滚动条按钮样式 */
  }
  #about .about_f .about_f_box h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
  }
  #about .about_f .about_f_box p {
    margin-top: 16px;
    margin-bottom: 26px;
    width: 315px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }
  #about .about_f .about_f_box #scrollbar_content {
    width: 100%;
    height: 183px;
    margin-top: 0px;
    overflow: hidden;
    white-space: nowrap;
    cursor: grab;
    padding-left: 20px;
  }
  #about .about_f .about_f_box #scrollbar_content ._content {
    width: 286px;
    height: 183px;
    margin-right: 16px;
    padding: 20px;
  }
  #about .about_f .about_f_box #scrollbar_content ._content:last-child {
    margin-right: 0px;
  }
  #about .about_f .about_f_box #scrollbar_content ._content ._time {
    margin-bottom: 10px;
    color: #0046a4;
    font-size: 12px;
  }
  #about .about_f .about_f_box #scrollbar_content ._content div {
    font-size: 15px;
    line-height: 20px;
  }
  #about .about_f .about_f_box #scrollbar_content ._content span {
    margin-top: 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 17px;
  }
  #about .about_f .about_f_box #scrollbar {
    width: 335px;
    height: 5px;
    background: #e5e5e5;
    position: relative;
    margin-top: 50px;
    border-radius: 5px;
  }
  #about .about_f .about_f_box #scrollbar-handle {
    width: 88px;
    height: 6px;
    background-color: #0046a4;
    position: absolute;
    top: -2px;
    cursor: pointer;
  }
  #conteact .conteact_a {
    height: 100vh;
    position: relative;
  }
  #conteact .conteact_a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(90deg, #0046A4 0%, rgba(0, 70, 164, 0.7) 43.75%, rgba(0, 70, 164, 0) 100%);
    z-index: 995;
  }
  #conteact .conteact_a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 990;
  }
  #conteact .conteact_a ._titl_box {
    font-size: 14px;
    z-index: 999;
  }
  #conteact .conteact_a ._titl_box h1 {
    font-size: 24px;
  }
  #conteact .conteact_b {
    width: 100%;
    margin: 0 auto;
    padding: 56px 23px 41px 23px;
  }
  #conteact .conteact_b input,
  #conteact .conteact_b textarea {
    background-color: #f5f4f5;
  }
  #conteact .conteact_b textarea {
    height: 116px;
  }
  #conteact .conteact_b ._button {
    width: 100%;
    height: 56px;
  }
  #conteact .conteact_b .conteact_b_box {
    flex-direction: column;
  }
  #conteact .conteact_b .conteact_b_box .conteact_b_box_l {
    width: 100%;
    margin-right: 58px;
  }
  #conteact .conteact_b .conteact_b_box .conteact_b_box_l h3 {
    width: 100%;
    font-size: 24px;
  }
  #conteact .conteact_b .conteact_b_box .conteact_b_box_l div {
    color: #000;
    font-size: 26px;
    font-weight: 400;
    margin-top: 32px;
  }
  #conteact .conteact_b .conteact_b_box .conteact_b_box_l ul {
    margin-top: 22px;
    width: 100%;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    flex-direction: column;
  }
  #conteact .conteact_b .conteact_b_box .conteact_b_box_r {
    flex: 1;
  }
  #conteact .conteact_b .conteact_b_box .conteact_b_box_r h3 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-top: 40px;
  }
  #conteact .conteact_b .conteact_b_box .conteact_b_box_r .custom-form {
    margin-top: 24px;
  }
  #conteact .conteact_c {
    width: 100%;
    height: 206px;
  }
  #news .news_a {
    height: 100vh;
    position: relative;
  }
  #news .news_a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #news .news_a ._titl_box {
    font-size: 14px;
  }
  #news .news_a ._titl_box h1 {
    font-size: 24px;
  }
  #news .news_b .news_b_box {
    width: 100%;
    margin: 0 auto;
    padding: 56px 24px;
  }
  #news .news_b .news_b_box .news-list {
    margin: 0 auto;
    gap: 16px;
    display: flex;
    flex-direction: column;
  }
  #news .news_b .news_b_box .news-list .news-item {
    height: 132px;
    gap: 8px;
  }
  #news .news_b .news_b_box .news-list .news-item:hover {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
  }
  #news .news_b .news_b_box .news-list .news-item .news-img {
    width: 108px;
    height: 100px;
    border-radius: 4px;
    object-fit: cover;
    flex-shrink: 0;
  }
  #news .news_b .news_b_box .news-list .news-item .news-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
  }
  #news .news_b .news_b_box .news-list .news-item .news-content .news-title {
    font-size: 16px;
    line-height: 20px;
    -webkit-line-clamp: 1;
  }
  #news .news_b .news_b_box .news-list .news-item .news-content .news-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 9px;
  }
  #news .news_b .news_b_box .news-list .news-item .news-content .news-meta {
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
  #news .news_b .news_b_box .pagination {
    margin-top: 40px;
  }
  #news .news_b .news_b_box .pagination ul li {
    display: none;
  }
  #news .news_b .news_b_box .pagination ul li:last-child {
    display: block;
  }
  #news .news_b .news_b_box .pagination ul li:first-child {
    display: block;
  }
  #news_details .news_details_a {
    width: 100%;
    padding: 45px 0 30px 0;
  }
  #news_details .news_details_a .news_details_a_box {
    display: none;
  }
  #news_details .news_details_a .news_details_a_box_p {
    display: block;
    margin-top: 24px;
    padding: 0 24px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }
  #news_details .news_details_b {
    max-width: 1200px;
    width: 92%;
    margin: 0 auto;
    margin-bottom: 58px;
  }
  #news_details .news_details_b .news-header .news-title {
    font-size: 20px;
    line-height: 32px;
    margin-bottom: 24px;
  }
  #news_details .news_details_b .news-header .news-meta {
    margin-bottom: 32px;
  }
  #news_details .news_details_b .news-content {
    font-size: 16px;
  }
  #news_details .news_details_b .news-content p {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
  }
  #news_details .news_details_b .news-content strong {
    font-weight: 700;
  }
  #news_details .news_details_b .news-image {
    width: 100%;
    margin: 20px 0;
    border-radius: 4px;
    overflow: hidden;
  }
  #news_details .news_details_b .news-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  #case .case_a {
    height: 100vh;
    position: relative;
  }
  #case .case_a img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #case .case_a ._titl_box {
    font-size: 14px;
  }
  #case .case_a ._titl_box h1 {
    font-size: 24px;
  }
  #case .case_b .case_b_box {
    padding: 56px 0 40px 0;
  }
  #case .case_b .case_b_box h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }
  #case .case_b .case_b_box .case_b_list_box {
    margin-top: 40px;
  }
  #case .case_b .case_b_box .case_b_list_box .parent-container {
    width: 90%;
    flex-direction: column;
    gap: 15px;
  }
  #case .case_b .case_b_box .case_b_list_box .parent-container .child-wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: transform 0.3s ease;
  }
  #case .case_b .case_b_box .case_b_list_box .parent-container .child-box {
    width: 100%;
    height: 177px;
    padding: 20px;
  }
  #case .case_b .case_b_box .case_b_list_box .parent-container .child-box h3 {
    font-size: 16px;
    padding-bottom: 12px;
    font-weight: 500;
  }
  #case .case_b .case_b_box .case_b_list_box .parent-container .child-box ul {
    margin-top: 8px;
  }
  #case .case_b .case_b_box .case_b_list_box .parent-container .child-box ul li {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  #case .case_b .case_b_box .case_b_list_box .pagination {
    display: flex;
  }
  #case .case_c .case_c_box {
    padding: 56px 0 40px 0;
  }
  #case .case_c .case_c_box h1 {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
  }
  #case .case_c .case_c_box .case_c_list_box {
    margin-top: 40px;
  }
  #case .case_c .case_c_box .case_c_list_box .parent-container_c {
    width: 90%;
    flex-direction: column;
    gap: 15px;
  }
  #case .case_c .case_c_box .case_c_list_box .parent-container_c .paginationPC {
    display: none;
  }
  #case .case_c .case_c_box .case_c_list_box .parent-container_c .child-wrapper_c {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    transition: transform 0.3s ease;
  }
  #case .case_c .case_c_box .case_c_list_box .parent-container_c .child-box_c {
    width: 100%;
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  }
  #case .case_c .case_c_box .case_c_list_box .parent-container_c .child-box_c img {
    height: 210px;
  }
  #case .case_c .case_c_box .case_c_list_box .parent-container_c .child-box_c .text {
    margin-top: 12px;
    padding: 0 12px 20px 12px;
  }
  #case .case_c .case_c_box .case_c_list_box .parent-container_c .child-box_c .text p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #case .case_c .case_c_box .case_c_list_box .parent-container_c .child-box_c .text span {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 0px;
  }
  #case .case_c .case_c_box .case_c_list_box .pagination {
    display: flex;
  }
  #apply_details .apply_details_a {
    width: 100%;
    padding: 45px 24px 30px 24px;
  }
  #apply_details .apply_details_a .apply_details_a_box {
    display: none;
  }
  #apply_details .apply_details_a .apply_details_a_box_p {
    display: block;
    margin-top: 24px;
    padding: 0 0px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }
  #apply_details .apply_details_a .apply_details_a_content {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
  }
  #apply_details .apply_details_a .apply_details_a_content ._content_l {
    width: 100%;
    height: 216px;
    margin-right: 0;
  }
  #apply_details .apply_details_a .apply_details_a_content ._content_l img {
    width: 100%;
    height: 100%;
  }
  #apply_details .apply_details_a .apply_details_a_content ._content_r {
    flex: 1;
    margin-top: 40px;
  }
  #apply_details .apply_details_a .apply_details_a_content ._content_r h1 {
    width: 100%;
    padding-bottom: 22px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    border-bottom: 2px solid #E5E5E5;
  }
  #apply_details .apply_details_a .apply_details_a_content ._content_r .cause {
    margin: 24px 0;
  }
  #apply_details .apply_details_a .apply_details_a_content ._content_r .cause li {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  #apply_details .apply_details_a .apply_details_a_content ._content_r .settle {
    padding: 12px 0;
    width: 100%;
    position: relative;
    background: linear-gradient(270deg, #F6F7F9 0%, #FFF 100%);
  }
  #apply_details .apply_details_a .apply_details_a_content ._content_r .settle img {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #apply_details .apply_details_a .apply_details_a_content ._content_r .settle li {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  #apply_details .apply_details_a .apply_details_a_content ._content_r p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  #apply_details .apply_details_b {
    width: 100%;
    height: fit-content;
    background-color: #f6f7f9;
    padding: 56px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #apply_details .apply_details_b h2 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
  }
  #apply_details .apply_details_b .apply_details_b_list {
    display: flex;
    align-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
  }
  #apply_details .apply_details_b .apply_details_b_list .apply_details_b_item {
    width: 160px;
    height: 199px;
    flex-shrink: 0;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
  }
  #apply_details .apply_details_b .apply_details_b_list .apply_details_b_item img {
    width: 103px;
    height: 71px;
  }
  #apply_details .apply_details_b .apply_details_b_list .apply_details_b_item .a_item_name {
    color: #666;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-top: 33px;
  }
  #apply_details .apply_details_b .apply_details_b_list .apply_details_b_item .a_item_text {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-top: 8px;
  }
  #apply_details .apply_details_b .apply_details_b_list .apply_details_b_item:hover .a_item_name {
    margin-top: 33px !important;
  }
  #apply_details .apply_details_b .apply_details_b_list .apply_details_b_item:hover .a_item_text {
    margin-top: 8px;
  }
  #apply_details .apply_details_b .apply_details_b_list .apply_details_b_item:hover ._button {
    width: 169px;
    height: 44px;
    display: none;
  }
  #question_details .question_details_a {
    width: 100%;
    padding: 45px 24px 30px 24px;
  }
  #question_details .question_details_a .question_details_a_box {
    display: none;
  }
  #question_details .question_details_a .question_details_a_box_p {
    display: block;
    margin-top: 24px;
    padding: 0 24px;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px;
  }
  #question_details .question_details_a .question_details_a_content {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    padding-bottom: 0px;
  }
  #question_details .question_details_a .question_details_a_content ._content_l {
    width: 100%;
    height: 216px;
    margin-right: 0;
  }
  #question_details .question_details_a .question_details_a_content ._content_l img {
    width: 100%;
    height: 100%;
  }
  #question_details .question_details_a .question_details_a_content ._content_r {
    flex: 1;
    margin-top: 40px;
  }
  #question_details .question_details_a .question_details_a_content ._content_r h1 {
    width: 100%;
    padding-bottom: 22px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    border-bottom: 2px solid #E5E5E5;
  }
  #question_details .question_details_a .question_details_a_content ._content_r .cause {
    margin: 24px 0;
  }
  #question_details .question_details_a .question_details_a_content ._content_r .cause li {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  #question_details .question_details_a .question_details_a_content ._content_r .settle {
    padding: 12px 0;
    width: 100%;
    position: relative;
    background: linear-gradient(270deg, #F6F7F9 0%, #FFF 100%);
  }
  #question_details .question_details_a .question_details_a_content ._content_r .settle img {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #question_details .question_details_a .question_details_a_content ._content_r .settle li {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  #question_details .question_details_a .question_details_a_content ._content_r p {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  #question_details .question_details_b {
    width: 100%;
    height: fit-content;
    background-color: #f6f7f9;
    padding: 56px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #question_details .question_details_b h2 {
    color: #000;
    font-family: Inter;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
  }
  #question_details .question_details_b .question_details_b_list {
    display: flex;
    align-content: space-around;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
  }
  #question_details .question_details_b .question_details_b_list .question_details_b_item {
    width: 160px;
    height: 199px;
    flex-shrink: 0;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
  }
  #question_details .question_details_b .question_details_b_list .question_details_b_item img {
    width: 103px;
    height: 71px;
  }
  #question_details .question_details_b .question_details_b_list .question_details_b_item .q_item_name {
    color: #666;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-top: 33px;
  }
  #question_details .question_details_b .question_details_b_list .question_details_b_item .q_item_text {
    color: #000;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
    margin-top: 8px;
  }
  #question_details .question_details_b .question_details_b_list .question_details_b_item:hover .q_item_name {
    margin-top: 33px !important;
  }
  #question_details .question_details_b .question_details_b_list .question_details_b_item:hover .q_item_text {
    margin-top: 8px;
  }
  #question_details .question_details_b .question_details_b_list .question_details_b_item:hover ._button {
    width: 169px;
    height: 44px;
    display: none;
  }
  #product-details .product_details_a {
    width: 100%;
    padding: 69px 24px 30px 24px;
  }
  #product-details .product_details_a .product_details_a_box {
    display: none !important;
  }
  #product-details .product_details_a .product_details_a_box_p {
    display: block;
  }
  #product-details .product_details_a .product_details_a_content {
    margin-top: 20px;
    flex-direction: column;
    padding-bottom: 40px;
  }
  #product-details .product_details_a .product_details_a_content ._content_l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 24px;
  }
  #product-details .product_details_a .product_details_a_content ._content_l .product-details-swiper-box .product-details-swiper .swiper-slide img {
    width: 95%;
    height: 380px;
    object-fit: cover;
    padding: 0;
    border: 0;
    border-radius: 8px;
    cursor: pointer;
  }
  #product-details .product_details_a .product_details_a_content ._content_l .product-details-swiper-box .product-details-swiper .swiper-slide .details-img-active {
    border: 0;
    border-radius: 8px;
  }
  #product-details .product_details_a .product_details_a_content ._content_r {
    margin-top: 0px;
  }
  #product-details .product_details_a .product_details_a_content ._content_r ._content_r_name {
    font-size: 13px;
    line-height: 13px;
  }
  #product-details .product_details_a .product_details_a_content ._content_r h2 {
    font-size: 20px;
    line-height: 20px;
    margin-top: 12px;
    position: relative;
  }
  #product-details .product_details_a .product_details_a_content ._content_r h2::after {
    content: '';
    display: block;
    width: 1.5em;
    height: 4px;
    background-color: #0046a4;
    position: absolute;
    bottom: -15px;
    left: 0px;
  }
  #product-details .product_details_a .product_details_a_content ._content_r p {
    margin-top: 24px;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
  }
  #product-details .product_details_a .product_details_a_content ._content_r ._content_r_list {
    width: 100%;
    margin-top: 10px;
  }
  #product-details .product_details_a .product_details_a_content ._content_r ._content_r_list ._content_r_item {
    width: 49%;
  }
  #product-details .product_details_a .product_details_a_content ._content_r ._button {
    width: 100%;
    height: 45px;
    margin-top: 40px;
  }
  #product-details .product_details_b .product_details_b_box {
    padding: 56px 24px;
  }
  #product-details .product_details_b .product_details_b_box .list_content {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    margin-bottom: 56px;
  }
  #product-details .product_details_b .product_details_b_box .list_content .content_l {
    width: 100%;
    height: 193px;
    margin-top: 24px;
  }
  #product-details .product_details_b .product_details_b_box .list_content .content_l img {
    margin-left: 5px;
    width: 100%;
    height: 100%;
    box-shadow: -15px 15px 0px 0px #0046a4;
  }
  #product-details .product_details_b .product_details_b_box .list_content .content_r {
    width: 100%;
    height: fit-content;
  }
  #product-details .product_details_b .product_details_b_box .list_content .content_r h3 {
    position: relative;
    width: 214px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0 auto;
  }
  #product-details .product_details_b .product_details_b_box .list_content .content_r h3::after {
    content: '';
    display: block;
    width: 2em;
    height: 3px;
    background-color: #0046a4;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translate(-50%);
  }
  #product-details .product_details_b .product_details_b_box .list_content .content_r ul {
    margin-top: 35px;
  }
  #product-details .product_details_b .product_details_b_box .list_content .content_r ul li {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
  #product-details .product_details_b .product_details_b_box .list_content:nth-child(odd) {
    flex-direction: column-reverse;
  }
  #product-details .product_details_b .product_details_b_box .list_content:nth-child(odd) .text {
    transform: translate(-50%, -130%);
  }
  #product-details .product_details_b .product_details_b_box .list_content:nth-child(odd):last-child {
    margin-bottom: 0px;
  }
  #product-details .product_details_c .product_details_c_box {
    padding: 10px 24px 70px 24px;
  }
  #product-details .product_details_c .product_details_c_box h2 {
    color: #000;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
  }
  #product-details .product_details_c .product_details_c_box .container_table {
    width: 100%;
    border: 1px solid #e5e5e5;
    margin-top: 32px;
    /* 保持格子宽度比例 */
    /* 处理最后一行的下边框 */
  }
  #product-details .product_details_c .product_details_c_box .container_table .content-item {
    width: 100%;
    /* 一行显示一个 */
  }
  #product-details .product_details_c .product_details_c_box .container_table .title-cell {
    min-width: 120px;
    width: 25%;
    height: 34px;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
  }
  #product-details .product_details_c .product_details_c_box .container_table .content-cell {
    width: 75%;
    height: 34px;
    flex: 1;
    border-right: none;
    width: 115px;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
  }
  #product-details .product_details_c .product_details_c_box .container_table .content-row:last-child .title-cell,
  #product-details .product_details_c .product_details_c_box .container_table .content-row:last-child .content-cell {
    border-bottom: 1px solid #e5e5e5;
  }
  .footer {
    height: auto;
    text-align: left;
    position: relative;
  }
  .footer .corner-image {
    position: absolute;
    right: 0%;
    bottom: 0%;
    width: 95%;
    max-width: 450px;
    min-width: 120px;
    aspect-ratio: 4/3;
    object-fit: cover;
  }
  .footer .content-g-box {
    width: 100%;
    height: 100%;
    padding: 0px 20px;
    padding-top: 32px;
    padding-bottom: 40px;
  }
  .footer .contg-t {
    padding: 0px !important;
  }
  .footer .contg-t .contg-t-l {
    padding-bottom: 40px !important;
  }
  .footer .contg-t .contg-t-l-t {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .footer .contg-t .contg-t-l-t img {
    width: 94px !important;
    height: 50px !important;
    margin-bottom: 24px;
  }
  .footer .contg-t .contg-t-l-t div {
    font-size: 19px !important;
  }
  .footer .contg-t .contg-t-t {
    margin: 24px 0 44px 0;
    font-size: 14px;
  }
  .footer .contg-t .contg-t-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 14px;
  }
  .footer .contg-t .contg-t-l-b {
    width: fit-content !important;
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    margin-bottom: 28px;
  }
  .footer .contg-t .contg-t-r-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 24px 0 0 0;
    font-size: 14px;
  }
  .footer .contg-t .contg-t-r-item .contg-t-r-ps {
    width: 14px;
    height: 14px;
    margin-right: 4px;
  }
  .footer .contg-t .contg-t-r-item .contg-t-r-pl {
    width: 30px;
    height: 30px;
    margin-right: 24px;
  }
  .footer .contg-b {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    margin-top: 40px !important;
    display: flex;
    justify-content: space-between;
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
  }
  #pagination {
    padding: 8px 0 32px;
  }
}
