/* 多语言字体大小兼容性 - 响应式字体大小 */
/* 使用 clamp() 函数确保在不同语言和屏幕尺寸下都有良好的可读性 */

/* 中文优化 */
:lang(zh-CN) .x-banner .wz h1,
:lang(zh) .x-banner .wz h1 {
  font-size: clamp(1.5rem, 2.6vw, 2.6rem);
}

:lang(zh-CN) .card_list li h3,
:lang(zh) .card_list li h3 {
  font-size: clamp(1.5rem, 2vw, 2.25rem);
}

:lang(zh-CN) .ab_box .tit h2,
:lang(zh) .ab_box .tit h2 {
  font-size: clamp(1.5rem, 1.8vw, 2rem);
}

:lang(zh-CN) .news .tit h2,
:lang(zh) .news .tit h2 {
  font-size: clamp(2rem, 3vw, 3.125rem);
}

/* 英文和其他拉丁语系优化 */
:lang(en) .x-banner .wz h1,
:lang(es) .x-banner .wz h1,
:lang(fr) .x-banner .wz h1 {
  font-size: clamp(1.8rem, 3vw, 3rem);
}

:lang(en) .card_list li h3,
:lang(es) .card_list li h3,
:lang(fr) .card_list li h3 {
  font-size: clamp(1.25rem, 1.8vw, 2rem);
}

:lang(en) .ab_box .tit h2,
:lang(es) .ab_box .tit h2,
:lang(fr) .ab_box .tit h2 {
  font-size: clamp(1.5rem, 2vw, 2rem);
}

:lang(en) .news .tit h2,
:lang(es) .news .tit h2,
:lang(fr) .news .tit h2 {
  font-size: clamp(2rem, 3.5vw, 3.5rem);
}

/* 俄语优化 */
:lang(ru) .x-banner .wz h1 {
  font-size: clamp(1.6rem, 2.8vw, 2.8rem);
}

:lang(ru) .card_list li h3 {
  font-size: clamp(1.3rem, 1.9vw, 2.1rem);
}

:lang(ru) .ab_box .tit h2 {
  font-size: clamp(1.5rem, 1.9vw, 2rem);
}

:lang(ru) .news .tit h2 {
  font-size: clamp(2rem, 3.2vw, 3.2rem);
}

/* 段落文字在不同语言下的优化 */
:lang(zh-CN) p,
:lang(zh) p {
  font-size: clamp(0.875rem, 1.1vw, 1.125rem);
}

:lang(en) p,
:lang(es) p,
:lang(ru) p,
:lang(fr) p {
  font-size: clamp(0.875rem, 1vw, 1rem);
}

/* 按钮文字优化 */
:lang(zh-CN) button,
:lang(zh) button,
:lang(zh-CN) a[class*="btn"],
:lang(zh) a[class*="btn"] {
  font-size: clamp(0.875rem, 1vw, 1rem);
}

:lang(en) button,
:lang(es) button,
:lang(ru) button,
:lang(fr) button,
:lang(en) a[class*="btn"],
:lang(es) a[class*="btn"],
:lang(ru) a[class*="btn"],
:lang(fr) a[class*="btn"] {
  font-size: clamp(0.75rem, 0.9vw, 0.875rem);
}

.flex {
  display: flex;
}

.of {
  /* overflow: hidden; */
}

.fen img {
  width: 100%;
  transition: all .3s ease-out;
}

.fen:hover img {
  transform: scale(1.1);
}

.w1400 {
  margin-left: auto;
  margin-right: auto;
  width: 77rem;
}

.search {
  position: relative;
  /* height: 96px; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  flex-shrink: 0;
  margin-left: 2.6rem;
}

.tit {
  text-align: center;
}

.tit h2 {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
}

.zh {
  position: relative;
  margin-left: 1rem;
  display: flex;
  align-items: center;
}

.lang {
  position: relative;
}

.zh .lang>a {
  display: flex;
  font-size: 14px;
  font-weight: bold;
  color: #555555 !important;
  margin-left: 14px;
  position: relative;
}

.lang:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.zh a img {
  width: 1.5rem;
  object-fit: contain;
}

.zh .x-sub-menu>li>a {
  text-align: left;
}

.zh .x-sub-menu>li>a img {
  margin-right: 8px;
}

.sou_box {
  cursor: pointer;
}

.search_btn {
  display: block;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/sou.png");
  background-size: 75% auto;
  cursor: pointer;
}

.search_form {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  z-index: 111;
  width: 100%;
  border-radius: 4px;
  background: #000000;
  padding: 1.5rem 0;
  overflow: hidden;
}

.search_form #formsearch {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  width: 50%;
  border-radius: 8px;
  margin: 0 auto;
}

.search_form #formsearch input {
  outline: none;
  background: none;
  border: none;
  height: 2rem;
}

.search_form #formsearch input#keyword {
  font-size: 14px;
  font-weight: normal;
  padding: 0 0.5em;
  width: calc(100% - 30px);
}

.search_form #formsearch input#keyword::placeholder {
  color: #666666;
}

.search_form #formsearch input#s_btn {
  width: 24px;
  font-size: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90%;
  background-image: url("../images/sou.png");
  margin-left: .2rem;
}

.bt .en {
  width: 100%;
  font-size: 2.3rem;
  font-weight: 600;
  color: #A19E9E;
  opacity: 0.2;
  position: absolute;
  line-height: 1;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  text-align: center;
  z-index: -1;
}

.bt a {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #333333;
  background: #ffffff;
  border-radius: 21px;
  font-size: .65rem;
  padding: 0.5rem 1.5rem;
  box-shadow: 0px 0px 15px 9px rgba(0, 0, 0, 0.1);
  line-height: 1;
}

.bt a span {
  margin-left: 0.75rem;
}

@media (max-width: 992px) {
  .w1400 {
    width: 100%;
    padding: 0 15px;
    overflow: hidden;
  }
}

.flexs {
  display: flex;
}

.tou {
  position: relative;
  /* background: rgba(0, 0, 0, 0.7); */
  transition: all 0.5s ease-in-out;
  z-index: 999;
  width: 100%;
  background: #ffffff;
}

.scroll {
  position: fixed;
  width: 100%;
  padding-top: 0;
  /* background: #101928; */
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  /* line-height: 4rem; */
  /* padding: 5px 0; */
}

.tou .w1400 {
  width: 68.3rem;
}

.is_sticky {
  /* position: sticky; */
  top: 0;
  z-index: 999;
  background: #000000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.tou .con {
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.tou .con .logo {
  /* max-width: 10rem; */
  line-height: 1;
  width: 8.65rem;
}

.tou .con .logo img {
  width: 100%;
}

.tou .con .dh .dh_right img {
  max-width: 1.25rem;
  vertical-align: text-top;
}

.dh_right {
  position: relative;
}

.dh_right .menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-size: 14px;
}

.dh_right .menu:hover {
  color: var(--primary-color);
}

.dh_right:hover .x-sub-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.titles {}

.titles h2 {
  font-size: 46px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #333333;
  padding-top: 0.3em;
  position: relative;
  z-index: 1;
  display: block;
}

.titles h4 {
  font-family: Arial;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  color: #777878;
  font-style: normal;
  margin-top: 0.5em;
}

.titles.tit_bac {}

.titles.tit_bac h2::before {
  content: "";
  display: block;
  width: calc(96 / 46 * 1em);
  height: calc(96 / 46 * 1em);
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/tit_bg.png");
}

.titles.white {}

.titles.white h2 {
  color: #ffffff;
}

.titles.white h4 {
  color: #ffffff;
}


.x-banner {
  width: 100%;
  position: relative;
}



.x-banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.x-banner .swiper-slide a {
  display: block;
  position: relative;
}

.x-banner .wz {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  color: #fff;
  opacity: 0;
  transition: all 0.7s cubic-bezier(.77, 0, .18, 1);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.x-banner .wz a {
  width: 194px;
  height: 46px;
  border-radius: 12px;
  background: #014EA3;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.x-banner .wz img {
  width: 22.75rem;
}

.x-banner .wz.wz-animate {
  opacity: 1;
  transition-delay: 0.6s;
  bottom: 35%;
  /* transform: translateY(-50%); */
}

.x-banner .wz h1 {
  font-weight: 600;
  font-size: 3.6vw !important;
  color: #FFFFFF;
}

.x-banner .wz p {
  font-weight: 400;
  font-size: 1.1rem;
  color: #FFFFFF;
  text-align: center;
  margin: 1.45vw 0 2.1vw;
}

.x-banner .wz .LearnMore {
  width: 13rem;
  height: 2.5rem;
  font-weight: 400;
  font-size: 1rem;
  color: #ffffff;
  background: #000000;
  margin: 0 auto;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.x-banner .wz button {
  width: 214px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #168E3A;
  border-radius: 10px 10px 10px 10px;
  color: #FFFFFF;
  font-size: 20px;
  border: 1px solid transparent;
}

.x-banner .wz button:hover {
  background: #FFFFFF;
  color: #168E3A;
  border: 1px solid #168E3A;
}

.x-banner .swiper-slide a>img {
  display: block;
  width: 100%;
}

.x-banner .swiper-pagination1 {
  bottom: 30px;
}

.x-banner .swiper-pagination1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 50%;
  margin: 0 10px !important;
  transition: width .3s ease;
  opacity: 1;
}

.x-banner .swiper-pagination1 .swiper-pagination-bullet-active {
  background-color: var(--main-theme-color);
}

.x-banner .shubiao {
  position: absolute;
  width: 34px;
  height: auto;
  left: 46%;
  transform: translateX(-50%);
  bottom: 2.25rem;
  z-index: 1;
  animation: shubiao 2s ease-in-out infinite alternate;
}


@keyframes shubiao {
  0% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(10px);
  }
}

.banner_more_box {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1%;
  z-index: 1;
  display: flex;
  align-items: center;
}

.banner_more_box .more_box {
  white-space: nowrap;
  color: #ffffff;
  margin-right: 3.15rem;
}

@media (max-width: 992px) {
  .x-banner .wz {
    bottom: 10% !important;
  }
}

/* 产品中心 */
.product {
  padding: 5.5rem 0 5.65rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.product .w1400 {
    width: 74rem;
}
.product .dth_wh {
  justify-content: space-between;
}

.product_left {
  width: 26%;
  max-width: 267px;
}

.product_list {
  margin-top: 3.25rem;
}

.product_list ul {}

.product_list li {}

.product_list li:nth-child(n+2) {
  margin-top: 6px;
}

.product_list li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 20px;
  /* padding: 0 1.4em; */
  border-radius: 2em;
  padding-left: 1.25rem;
}

.product_list li a::before {
  content: "";
  display: block;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin-right: 0.5em;
  flex-shrink: 0;
  opacity: 0;
}

.product_list li:hover a {
  background-color: #2c72c5;
}


.product_list li h4 {
  display: block;
  font-size: inherit;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000;
  line-height: 2.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: calc(100% - 1em);
}

.product_list li:hover h4 {
  color: #ffffff;
}

.product_list li:hover a::before {
  opacity: 1;
}

.product_cont {
  width: 73.4%;
  padding-top: 2.5rem;
}

.product_cont ul {
  justify-content: flex-start;
  align-items: flex-end;
  flex-wrap: wrap;
  row-gap: 2.25rem;
}

.product_cont li {
  width: 31.4%;
  margin-right: 2.9%;
  /*  background: url(../images/xian.png) no-repeat center;*/
  /*background-size: 100%;*/
}

.product_cont li:nth-child(3n) {
  margin-right: 0;
}

.product_cont li:nth-child(n+4) {
  margin-top: 10px;
}

.product_cont li a {
  display: block;
  position: relative;
  padding: 0 4px;
}

.xian {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.product_cont li a::before,
.product_cont li a::after {
  content: "";
  display: none;
  width: 4px;
  height: 72%;
  background: linear-gradient(to bottom, #0b4e9f, transparent);
  position: absolute;
  top: 40px;
  z-index: 1;
}

.product_cont li a::before {
  left: 0;
}

.product_cont li a::after {
  right: 0;
}

.product_cont li a img {
  width: 100%;
}

.product_cont li .text {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 -4px;
  position: absolute;
  top: -0.5rem;
  z-index: 20;
}

.product_cont li .text h4 {
  font-size: 1rem;
  font-weight: bold;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #000000;
  max-width: calc(100% - 50px);
  min-width: 8em;
  margin-right: 1em;
  margin-left: -2px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product_cont li:hover .text h4 {
  color: #0b4e9f;
}

.product_cont li .text .text_line {
  display: none;
  flex-grow: 1;
  height: 40px;
}

.product_cont li .text .text_line span {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.product_cont li .text .text_line span::before {
  content: "";
  display: none;
  width: 330px;
  height: 270px;
  border: 4px solid #0b4e9f;
  border-radius: 10px;
  position: absolute;
  right: 0;
  top: calc(20px - 2px);
}


@media (max-width: 1600px) {
  .product {
    padding: 4% 0 3%;
  }

  .product_list {
    margin-top: 22%;
  }

  .product_list li a {
    font-size: 1.25vw;
  }
}

@media (max-width: 1560px) {
  .product_list {
    margin-top: 20%;
  }

  .product_cont li .text h4 {
    font-size: 18px;
  }
}

@media (max-width: 1400px) {
  .product_list {
    margin-top: 16%;
  }
}

@media (max-width: 1200px) {
  .product_left {
    width: 25%;
    max-width: 25%;
  }

  .product_list {
    margin-top: 20px;
  }

  .product_list li:nth-child(n+2) {
    margin-top: 4px;
  }

  .product_list li a {
    font-size: 15px;
    padding: 0;
  }

  .product_cont {
    width: 72%;
  }

  .product_cont li .text h4 {
    font-size: 17px;
  }
}

@media (max-width: 990px) {
  .product {
    padding: 36px 0 30px;
  }
  
  .product .w1400 {
      width: 100%;
  }

  .product .dth_wh {
    flex-flow: column;
  }

  .product_left {
    width: 100%;
    max-width: 100%;
  }

  .product_list {
    display: none;
  }

  .product_cont {
    width: 100%;
    margin-top: 12px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 640px) {
  .product_cont ul {
    justify-content: space-between;
  }

  .product_cont li {
    width: 48%;
    margin: 0;
  }

  .product_cont li:nth-child(n+3) {
    margin-top: 12px;
  }

  .product_cont li a::before,
  .product_cont li a::after {
    width: 2px;
  }

  .product_cont li .text h4 {
    font-size: 14px;
    font-weight: normal;
    min-width: 6em;
    margin-right: 0.5em;
  }

  .product_cont li .text .text_line span::before {
    border-width: 2px;
  }
}


/* 关于我们 */
.ab_box {}

.ab_box .tit {
  /* text-align: center; */
  margin: 0 auto;
  width: 46%;
  word-break: break-all;
}

.ab_right {
  width: 47.3%;
  overflow: hidden;
}

.ab_right img {
  width: 100%;
}

.ab_left {
  flex: 1;
  padding-right: 14.6vw;
  padding-left: 3.4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ab_left h3 {
  font-weight: bold;
  font-size: 1.8rem;
  color: #FFFFFF;
  line-height: 1 !important;
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}

.ab_left h3 .line {
  display: inline-block;
  height: 80%;
  width: 6px;
  background: #ffffff;
  margin-right: 1.3rem;
  line-height: 1;
}

.ab_left h4 {
  font-weight: 400;
  font-size: 1.1rem;
  color: #FFFFFF;
}

.ab_left .wz {
  margin: 2.5rem 0 5rem;
}

.ab_left .wz p {
  font-size: 15px;
  color: #FFFFFF;
  font-weight: 400;
}

.tit h2 {
  font-family: Oswald, Oswald;
  font-weight: 500;
  font-size: 4.3rem !important;
  color: var(--primary-color);
  text-transform: uppercase;
  text-align: left;
  letter-spacing: 0 !important;
  line-height: 1 !important;
}

.tit h3 {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 46px;
  color: #040814;
  text-align: left;
}

.more_box {
  width: 186px;
  height: 48px;
  padding-left: 4%;
  background: url(../images/more.png) no-repeat center;
  background-size: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff !important;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}


.ab_box .tit .wz {
  font-weight: 400;
  font-size: 18px;
  color: #040814;
  margin: 3.4rem 0 5.5rem;
  text-align: left;
}

.ab_box .tit .wz p {
  text-indent: 2em;
  line-height: 1.5;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 300;
}

.tit_p_r img:nth-child(1) {
  margin-right: 2.5rem;
}

@media (max-width: 992px) {
  .ab_right {
    width: 100%;
    margin: 20px 0;
  }
  .ab_right li {
    width: 100%;
  }

  .ab_right .mdy_grid_2 {
    grid-column-gap: 16px;
  }

  .ab_right li .wz b {
    font-size: 25px;
  }
}

/* our */
.OurProduct {
  background: #ffffff;
  padding-top: 4.7rem;
  padding-bottom: 0;
}

.OurProduct .tit h3 {
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  color: #222222;
  margin-bottom: 1.5rem;
}

.OurProduct .tit h3 span {
  color: #0075C5;
}

.OurProduct .tit p {
  text-align: center;
  line-height: 1.5;
  font-size: 1rem;
  color: #888888;
}

.product_dowm {
  margin-top: 3.2rem;
  position: relative;
}

.product_tabs {
  width: 100%;
  transition: 0.5s ease;
}

.product_tabs.active {
  transition: 0.3s ease;
  z-index: 10;
  position: relative;
}

.product_tabs .swiper-slide {}

.product_tabs .swiper-slide .text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 7%;
  color: #ffffff;
  padding: 0 2.7rem;
}

.product_tabs .swiper-slide .text h3 {
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}

.product_tabs .swiper-slide .img {}

.product_tabs .swiper-slide p {
  font-size: 18px;
  color: #FFFFFF;
  margin: 1.25rem 0;
}

.product_tabs .swiper-slide span {
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
}

.product_tabs .swiper-slide img {
  object-fit: contain;
  width: 100%;
}

/* .product_tabs .swiper-slide:not(.swiper-slide-active) .text {
  display: none;
} */

.product_appli_arow {
  width: 100%;
  /* max-width: 49.6rem; */
  margin: 0 auto;
  display: flex;
  position: absolute;
  left: 50%;
  bottom: 3%;
  transform: translateX(-50%);
  z-index: 9;
  display: flex;
  justify-content: center;
}

.new_list_pagination {
  bottom: -15px !important;
}

.new_list_pagination.swiper-pagination-progressbar {
  position: unset;
  width: 80%;
  height: 5px;
  background: rgba(225, 225, 225, 0.2);
  border-radius: 999px;
  overflow: hidden;
  top: auto;
  left: auto;
  right: 0;
}

.new_list_pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--primary-color);
  border-radius: 999px;
}


@media (max-width: 992px) {
  .product_appli_arow {
    max-width: 100%;
  }
}


/* 新闻 */

.news {
  padding: 3.4rem 0 45px;
  background: #EDEDED url(../images/news_bg.png) no-repeat center;
  background-size: cover;
}

.news .w1400 {
    width: 74.5rem;
}

.news .tit h3 {
  font-weight: bold;
  font-size: 36px;
  color: #333333;
  line-height: 1;
}

.news .hd {
  display: flex;
  gap: 1.3rem;
  margin: 30px 0;
}

.news .hd li {
  /* padding: 1rem 2.75rem; */
  width: 186px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
  line-height: 1;
  letter-spacing: 2px;
}

.news .hd li img {
  margin-right: .75rem;
}

.news .hd .on {
  background: #2c72c5;
  color: #ffffff;
}

.news .hd .on img {
  filter: brightness(0) invert(1);
}

.news .tit h2 {
  font-size: 36px !important;
}

.tit_news {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}

.new_list {
  position: relative;
}

.new_list ul {
  justify-content: flex-start;
  flex-wrap: nowrap;
  gap: 1.75rem;
  flex: 1;
  justify-content: center;
}

.new_list li {
   /*width: 42.6%; */
   width: 21.56vw;
  background: #ffffff;
  overflow: hidden;
}

.new_con {
  display: flex;
  gap: 1.75rem;
}

.new_con li a {
  position: relative;
}

.new_con li .wz {
  color: #000000;
  width: 100%;
  padding: 1.8rem 1.1rem 1.1rem;
}

.new_con li .wz span {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}

.new_con li .imgs {
  position: relative;
}

.new_con li img {
  width: 100%;
}

.new_con li .wz h3 {
  font-weight: normal;
  font-size: 1.05rem;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
}

.new_con li .wz p {
  font-weight: 400;
  font-size: 16px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 1rem 0;
  line-height: 1.5;
}

.new_con li .wz .img2 {
  display: none;
}

.new_list li:hover .wz h3 {
  color: #2C72C5;
}

.new_list li:hover .wz .img2 {
  display: block;
}

.new_list li:hover .wz .img1 {
  display: none;
}

.new_r {
  width: 30.36vw;
}

.new_r .items {
  background: #ffffff;
  display: flex;
  align-items: center;
  padding: 1.3rem 1.1rem 1.3rem 1.3rem;
}

.new_r .items .times span {
  font-weight: bold;
  font-size: 46px;
  color: #555555;
  line-height: 1;
}

.new_r .items .times span:last-child {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
  color: #666666;
  font-weight: normal;
}

.new_r .items:not(:last-child) {
  margin-bottom: 1.5rem;
}

.new_r .items .wz_1 {
  border-left: 2px dashed #E8E8E8;
  padding-left: 1rem;
  margin-left: .75rem;
}

.new_r .items h3 {
  font-size: 21px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
  font-weight: normal;
}

.new_r .items p {
  font-size: 16px;
  color: #999999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}

.new_r .items h3:hover {
    color: #2C72C5;
}

@media (max-width: 992px) {
    .news .w1400 {
        width: 100%;
    }
  .ab_box .w1400 {
    flex-wrap: wrap;
    width: 100%;
  }

  .news .hd li {
    width: auto;
    padding: 0 6px;
    font-size: 12px;
  }
  .news .hd li {
    flex-wrap: wrap;
  }
  .new_list ul {
    flex-wrap: wrap;
  }
  .new_con {
    flex-wrap: wrap;
  }
  .new_r {
    width: 100%;
  }
  .new_list li {
      width: 100%;
  }
}

/* 友情链接 */
.links {
  background: #222222;
  padding: 20px 0;
  border-bottom: 2px dotted #555555;
}

.links .w1400 {
  width: 65rem;
  align-items: center;
}

.wz_q {
  display: flex;
  align-items: center;
}

.wz_q img {
  margin: 0 36px 0 16px;
}

.wz_q .title {
  color: #fff;
  font-size: 14px;
}

.link_a a {
  font-size: 14px;
  color: rgba(225, 225, 225, 0.7);
  margin-right: 20px;
}

.apply {
  font-size: 14px;
}

.foot {
  background: #222222;
}

.foot .w1400 {
  width: 65rem;
}

.foot_top {
  padding-top: 2.25rem;
  padding-bottom: 2.8rem;
}

.foot_logo {
  width: 7.6rem;
}

.foot_logo img {
  width: 100%;
}

.w1150 {
  max-width: 57.5rem;
}

.flogo {
  max-width: 10rem;
}


.erweima {
    justify-content: flex-end;
}

@media (max-width: 992px) {
  .foot .con .foot2 .flex {
    justify-content: flex-start;
  }
  .foot .con .foot2 .flex li {
      flex: auto !important;
  }
  .foot .con {
    padding-bottom: 20px;
  }

  .foot .w1400, .links .w1400 {
    width: 100%;
  }
  
  .links {
      display: none;
  }

}

@media (max-width: 480px) {
  .foot .con {
    flex-wrap: wrap;
  }
}


.foot .con .foot1 p {
  padding-left: 3.85rem;
  font-size: 16px;
}

.foot .con .foot2 {
  color: #ffffff;
  flex: 1;
}

.foot .con .foot2 .flex {
  /* justify-content: flex-end; */
  gap: 2rem;
}
.foot .con .foot2 .flex li {
    flex: 1;
}
.foot .con .foot2 dt {
  font-size: .9rem;
  margin-bottom: 1.5rem;
}

.foot .con .foot2 dd:not(:last-child) {
  margin-bottom: 7px;
}

.foot .con .foot2 dd p {
  line-height: 1;
  margin: 0;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.foot .con .foot2 a {
  font-size: 18px;
  color: #ffffff !important;
  font-weight: bold;
}

.foot .con .foot2 dd a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5) !important;
  font-weight: normal;
  line-height: 1;
}

.foot .con .foot2 a:hover {
  color: var(--primary-color);
}

.wz2 {
  margin-top: 2rem;
}

.wz2_t p {
  font-weight: 400;
  font-size: 18px !important;
  color: #D5D5D5;
  line-height: 1 !important;
}

.wz2_t p:not(:last-child) {
  margin-bottom: 20px;
}

.wz2_t p img {
  margin-right: 12px;
}

.foot .con .foot3 {
  display: flex;
  gap: .8rem;
  margin-left: 2.25rem;
}

.foot .con .foot3 p {
  font-size: 14px;
  text-align: center;
  color: #A3A3A3;
  margin-top: 10px;
}

.qc_code {
  text-align: center;
}

.qc_code p {
  font-size: 14px;
  color: #fff;
  margin-top: 0.5rem;
}

.erweima {
  /* gap: 1.6rem; */
  margin-top: 1.5rem;
}

.erweima .item p {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
  margin-top: 6px;
}

.erweima .item img {
  width: 122px;
}

.fenxiang {
  display: flex;
  gap: .75rem;
  margin-top: 18px;
}
.fenxiang a {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #A9A9A9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fenxiang a:hover {
  background: #ffffff;
}

@media (max-width: 480px) {
  .foot .con .foot2 {
    width: 100%;
    margin-top: 30px;
  }

  .erweima {
    justify-content: flex-start;
    margin-top: 20px;
  }
}

.foot .con .foot2 .xcon {
  gap: 1rem;
  justify-content: flex-end;
}

@media (max-width: 780px) {
  .foot .con .foot2 .xcon {
    justify-content: center;
  }

  .foot .con .foot2 {
    border: 0;
  }
}

@media (max-width: 480px) {
  .foot .con .foot1 {
    width: 100%;
    border: 0;
  }
}

.foot .con .foot2 .list2 {
  position: relative;
}

.foot .con .foot2 .list2 li:not(:last-child) {
  margin-right: 5.2rem;
}

/* @media (max-width: 480px) {
  .foot .con .foot2 .list2:before {
    top: calc(15px + 18px);
  }
} */

.foot .con .foot2 .list2 li h2 {
  font-weight: normal;
  position: relative;
  padding-bottom: .9rem;
}

.foot .con .foot2 .list2 li h2 ::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 24px;
  height: 2px;
  background: #fff;
}

.foot .con .foot2 .list2 li h2 a {
  font-weight: bold;
  font-size: 14px;
  color: #FFFFFF;
  white-space: nowrap;
}

.foot .con .foot2 .list2 li h2 a:hover {
  color: #fff;
}

.foot .con .foot2 .list2 li .sec {
  margin-top: 1.3rem;
}

@media (max-width: 480px) {
  .foot .con .foot2 .list2 li .sec {
    margin-top: 30px;
  }
}

.foot .con .foot2 .list2 li .sec a {
  display: block;
  font-size: 0.7rem;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.4);
  transition: all .3s ease-out;
}

@media (max-width: 480px) {
  .foot .con .foot2 .list2 li .sec a {
    line-height: 24px;
  }
}

.foot .con .foot2 .list2 li .sec a:hover {
  color: #fff;
}

.foot .con .xcon {
  display: flex;
  justify-content: flex-start;
}

.foot .con .xcon .link {
  position: relative;
  margin-top: 2.4rem;
}

.foot .con .xcon .link span {
  width: 235px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  display: block;
  background: url("../images/footer_jiantou.png") no-repeat 96% 50% #0e0e0e;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
  text-indent: 17px;
  line-height: 55px;
}

.foot .con .xcon .link dd {
  position: absolute;
  bottom: 57px;
  left: 0;
  z-index: 1;
  padding: 0 17px;
  background: #fff;
  display: none;
  width: 100%;
}

.foot .con .xcon .link dd a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 42px;
}

.foot .con .xcon .link:hover dd {
  display: block;
}

.foot .con1 {
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  /* line-height: 28px; */
  padding-top: 13px;
  padding-bottom: 13px;
  text-transform: uppercase;
  background: #2C72C5;
}

.foot .con1 a {
  font-size: 14px;
  color: #ffffff !important;
}

@media (max-width: 480px) {
  .foot .con1 {
    line-height: 24px;
  }
}

.foot .con1 a {
  color: rgba(255, 255, 255, 0.4);
  transition: all .3s ease-out;
}

.foot .con1 a:hover {
  color: #fff;
}

/* ============================================
   多语言字体大小兼容性工具类
   ============================================ */

/* 响应式字体大小类 - 自动适配不同语言 */
.text-responsive-xs {
  font-size: clamp(0.75rem, 0.8vw, 0.875rem);
}

.text-responsive-sm {
  font-size: clamp(0.875rem, 1vw, 1rem);
}

.text-responsive-base {
  font-size: clamp(1rem, 1.2vw, 1.125rem);
}

.text-responsive-lg {
  font-size: clamp(1.125rem, 1.5vw, 1.25rem);
}

.text-responsive-xl {
  font-size: clamp(1.25rem, 1.8vw, 1.5rem);
}

.text-responsive-2xl {
  font-size: clamp(1.5rem, 2.2vw, 2rem);
}

.text-responsive-3xl {
  font-size: clamp(2rem, 3vw, 2.5rem);
}

.text-responsive-4xl {
  font-size: clamp(2.5rem, 4vw, 3.5rem);
}

/* 语言特定的字体大小调整 */
[lang="zh-CN"] .text-lang-optimized,
[lang="zh"] .text-lang-optimized {
  font-size: clamp(0.875rem, 1.1vw, 1.125rem);
  line-height: 1.8;
  letter-spacing: 0.02em;
}

[lang="en"] .text-lang-optimized,
[lang="es"] .text-lang-optimized,
[lang="fr"] .text-lang-optimized {
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.6;
  letter-spacing: 0.01em;
  word-spacing: 0.05em;
}

[lang="ru"] .text-lang-optimized {
  font-size: clamp(0.875rem, 1vw, 1rem);
  line-height: 1.65;
  letter-spacing: 0.01em;
}

/* 容器宽度自适应 - 防止不同语言文字溢出 */
.text-container {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* 中文文字换行优化 */
[lang="zh-CN"] .text-container,
[lang="zh"] .text-container {
  word-break: keep-all;
  white-space: normal;
}

/* 英文和其他语言换行优化 */
[lang="en"] .text-container,
[lang="es"] .text-container,
[lang="ru"] .text-container,
[lang="fr"] .text-container {
  word-break: break-word;
  hyphens: auto;
}

/* 移动端字体大小优化 */
@media (max-width: 768px) {

  :lang(zh-CN) .x-banner .wz h1,
  :lang(zh) .x-banner .wz h1 {
    font-size: clamp(1.2rem, 4vw, 1.8rem);
  }

  :lang(en) .x-banner .wz h1,
  :lang(es) .x-banner .wz h1,
  :lang(fr) .x-banner .wz h1 {
    font-size: clamp(1.4rem, 5vw, 2rem);
  }

  :lang(ru) .x-banner .wz h1 {
    font-size: clamp(1.3rem, 4.5vw, 1.9rem);
  }

  :lang(zh-CN) p,
  :lang(zh) p {
    font-size: clamp(0.875rem, 3.5vw, 1rem);
  }

  :lang(en) p,
  :lang(es) p,
  :lang(ru) p,
  :lang(fr) p {
    font-size: clamp(0.875rem, 3vw, 0.9375rem);
  }
}

/*# sourceMappingURL=index.css.map */