/* 多语言字体大小兼容性 - 响应式字体大小 */
/* 使用 clamp() 函数确保在不同语言和屏幕尺寸下都有良好的可读性 */


.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: 72rem;
}

.search {
  position: relative;
  /* height: 96px; */
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .9rem;
  flex-shrink: 0;
  margin-left: 2.6rem;
  width: 100px;
}

.tit {}

.tit h2 {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  line-height: 1;
}

.zh {
  position: relative;
  margin-left: 2rem;
  display: flex;
  align-items: center;
}

.zh>a {
  font-weight: bold;
  font-size: 14px;
  color: #555555 !important;
}

.zh>a span {
  margin-left: .55rem;
  margin-right: .4rem;
}

.zh>a>div {
  display: flex;
  align-items: center;
}

.zh: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 {
  width: 1.5rem;
  margin-right: 8px;
}

.sou_box {
  cursor: pointer;
  margin-left: 1.4rem;
}

.sou_box img {
  filter: brightness(0) invert(1);
}

.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: fixed;
  background: transparent;
  z-index: 999;
  width: 100%;
  transition: all 0.5s ease-in-out;
  padding-top: 21px;
}

.scroll {
  position: fixed;
  width: 100%;
  background: #000000;
  z-index: 999;
  padding: 0;
  padding: 10px 0;
}

.tou .w1400 {
  /* width: 75rem; */
}


.tou .con {
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.tou .con .logo {
  line-height: 1;
  width: 9.4rem;
}

.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);
}

.x-banner {
  width: 100%;
  position: relative;
}

.banner_nav {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 11;
  display: flex;
  justify-content: space-between;
  padding: 0 5.00vw;
}

.banner_prev,
.banner_next {
  width: 3.45rem;
  height: 3.45rem;
  border-radius: 50%;
  background: url(../images/b_info.png) no-repeat center;
  background-size: 100%;
  cursor: pointer;
}

.banner_next {
  transform: rotate(180deg);
}

.banner_prev:hover,
.banner_next:hover {
  background: url(../images/b_hover.png) no-repeat center;
  transform: rotate(0);
}

.banner_prev:hover {
  transform: rotate(180deg);
}

.x-banner .swiper-slide {
  position: relative;
  overflow: hidden;
}

.x-banner .swiper-slide a {
  display: block;
  position: relative;
}

.x-banner .wz {
  position: absolute;
  top: 9.22vw;
  left: 50%;
  height: 100%;
  transform: translateX(-50%);
  /* bottom: 0; */
  color: #fff;
  opacity: 0;
  transition: all 0.7s cubic-bezier(.77, 0, .18, 1);
  margin: 0 auto;
  /* transform: translateY(100%); */
}

.x-banner .wz img {
  width: 22.75rem;
}

.x-banner .wz.wz-animate {
  opacity: 1;
  transition-delay: 0.6s;
  bottom: 48%;
  /* transform: translateY(-50%); */
}

.x-banner .wz h1 {
  font-weight: 600;
  font-size: clamp(1.25rem, 0.8rem + 2.25vw, 2.8rem);
  color: var(--text-primary);
  /* margin-bottom: 1.5rem; */
}

.x-banner .wz p {
  font-weight: 400;
  font-size: 1.1rem;
  color: var(--text-primary);
}

.x-banner .wz p:last-child {
  font-size: 1.3rem;
}

.x-banner .wz p:first-of-type {
  margin: 1.30vw 0 1.88vw;
}

.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 .wz a {
  width: fit-content;
  padding: 10px 30px;
  background: var(--text-primary);
  color: #ffffff;
  font-size: 18px;
  border-radius: 6px;
  margin-top: 5.21vw;
}

.x-banner .wz a:hover {
  background: #ffffff;
  color: var(--text-primary);
}

.x-banner .swiper-slide a>img {
  display: block;
  width: 100%;
}









.tit_wz {
  position: relative;
  text-align: center;
}

.tit_wz p {
  font-weight: 400;
  font-size: 1.1rem;
  color: #5A5A5A;
  text-transform: uppercase;
  text-indent: 2em;
  text-align: center;
  line-height: 1.5;
}

.tit_img {
  position: absolute;
  top: -75%;
  left: 0;
  z-index: -1;
}

.tit_wz h3 {
  font-weight: bold;
  font-size: clamp(1.125rem, 0.75rem + 1.88vw, 3rem);
  color: #323232;
  text-transform: uppercase;
  margin-bottom: 1.3rem;
}

.tit_wz h3 span {
  color: var(--primary-color);
}

.tit_wz .line {
  display: block;
  width: 43px;
  height: 4px;
  background: var(--primary-color);
  border-radius: 0px 0px 0px 0px;
  margin: .8rem 0 2.5rem;
}

.tit_wz h4 {
  margin: 0;
  font-weight: bold;
  font-size: 2.7rem;
  color: #EDEDED;
  position: absolute;
  left: 0;
  top: -97%;
  z-index: -1;
  line-height: 1;
  letter-spacing: 4px;
}

/* 产品中心 */
.box1 {
  background: url(../images/cp_bj.png) no-repeat center;
  background-size: cover;
  padding: 5.36vw 0 5.21vw;
  position: relative;
}

.box1_top {
  position: absolute;
  top: 0;
  right: 0;
}

.box1_top p {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(1rem, 0.7rem + 1.5vw, 2.5rem);
  color: #FFFFFF;
  white-space: nowrap;
  padding-left: 4.69vw;
}

.product_tabs {
  position: relative;
  margin-top: 26px;
}

.product_tabs a {
  justify-content: flex-start;
  gap: 8.65vw;
}

.product_tabs .wz {
  width: 24.84vw;
  margin-top: 2.5rem;
}

.product_tabs .wz .t {
  width: fit-content;
  position: relative;
}

.product_tabs .wz .t p {
  position: absolute;
  top: 50%;
  left: 6px;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 10px;
  white-space: nowrap;
}

.product_tabs .wz h3 {
  color: #1F1F1F;
  font-size: clamp(1rem, 0.75rem + 1.25vw, 2.25rem);
  margin: .8rem 0 1.5rem;
}

.product_tabs .wz p {
  color: #5A5A5A;
  font-size: 1.1rem;
}

.product_tabs .wz .b {
  position: relative;
  width: fit-content;
  margin-top: 2.05rem;
}

.product_tabs .swiper-slide {
  /* width: 68.85vw !important; */
}

.product_tabs .wz .b p {
  position: absolute;
  top: 50%;
  left: 26px;
  transform: translateY(-50%);
  color: #ffffff;
  font-size: 16px;
  white-space: nowrap;
}

.product_tabs .swiper-slide-next .wz h3 {
  color: #B7B7B7;
}

.product_tabs .swiper-slide-next .wz p {
  color: #B7B7B7;
}

.product_tabs .swiper-slide-next .wz .b p {
  color: #B7B7B7 !important;
}

.product_tabs .swiper-slide-next .wz .t img,
.product_tabs .swiper-slide-next .wz .b img {
  filter: grayscale(1) opacity(0.5);
}

.product_tabs_pagination {
  position: absolute;
  bottom: 0;
  right: 6vw;
  z-index: 2;
}

.product_tabs_prev,
.product_tabs_next {
  width: 2.6rem;
  height: 2.6rem;
  background: url(../images/cp_info.png) no-repeat center;
  background-size: 100%;
}

.product_tabs_next {
  transform: rotate(180deg);
  margin-top: 10px;
}

.product_tabs_prev:hover,
.product_tabs_next:hover {
  background: url(../images/cp_hover.png) no-repeat center;
  background-size: 100%;
  transform: rotate(0);
}

.product_tabs_prev:hover {
  transform: rotate(180deg);
}


@media (max-width: 992px) {
  .box1_top {
    display: none;
  }
  .product_tabs .wz {
    width: 100%;
  }
}

/* 关于我们 */
.ab_box {
  position: relative;
  padding-top: 5.21vw;
}

.ab_box .tit_wz p {
  text-align: left;
}

.ab_box .flex {
  position: relative;
  flex-wrap: nowrap;
}

.ab_box .w1400 {
  position: relative;
  padding-left: 1.5rem;
}

.ab_box .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: space-between;
}

.r {
  width: 45.5%;
}



.ab_wz {
  text-align: center;
}

.ab_wz h3 {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin: 1.6rem 0 .5rem;
}

.ab_wz p {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
}

.ab_more {
  font-weight: 400;
  font-size: 14px;
  color: #545454;
  width: 145px;
  height: 43px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #C5C5C5;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 2.60vw;
}

.more_line {
  display: inline-block;
  width: 2.9rem;
  height: 1px;
  background: #999999;
  margin: 0 12px 0 9px;
}



.ab_count {
  margin-top: 3.13vw;
  border-top: 2px solid #DCDCDC;
}

.ab_count li {
  flex: 1;
}

.ab_count .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 4.01vw 6.40vw 4.48vw;
  border-left: 1px solid #EDEDED;
}

.ab_count .top img {
  width: 6.1rem;
}

.ab_count .top h3 {
  color: #323232;
  font-size: clamp(0.875rem, 0.625rem + 1.25vw, 2.125rem);
  font-weight: normal;
  text-align: center;
  margin: 1.4rem 0;
}

.ab_count .top p {
  font-size: .9rem;
  color: #323232;
}

.ab_count .bom {
  position: relative;
}
.ab_count .bom img {
  width: 100%;
}
.ab_count .bom .wz {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ab_count .t {
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  margin-bottom: .5rem;
}

.ab_count span {
  color: #ffffff;
  font-size: 22px;
}

.ab_count .num {
  font-size: clamp(2.25rem, 1.45rem + 4vw, 6.25rem);
  font-weight: bold;
  color: #ffffff;
}

.ab_count p {
  font-weight: normal;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
}



@media (max-width: 1400px) {
  .ab_count .top {
    padding: 4.01vw 5.40vw 4.48vw;
  }
}

@media (max-width: 992px) {
  .ab_box {
    padding: 30px 0;
  }

  .ab_wz i {
    font-size: 6vw;
  }
  .ab_box .flex {
    flex-wrap: wrap;
  }
  .ab_count li {
    flex: auto;
  }
}


/* 解决方案 */
.fnbg {
  background: #ffffff;
  padding: 5.21vw 0;
}




.fn_ll {
  width: 100%;
  display: flex;
  margin-top: 4rem;
}

.dgg {
  position: relative;
}
.dgg img {
  width: 100%;
}
.dgg h3 {
  width: 100%;
  position: absolute;
  bottom: 2.35rem;
  left: 0;
  text-align: center;
  font-weight: normal;
  font-size: 24px;
  color: #FFFFFF;
}

.fn_ll li {}

@media (max-width: 768px) {

  .fn_ll {
    width: 100%;
    background: rgba(0, 0, 0, .24);
    margin-top: 25px;
    flex-wrap: wrap;
  }

  .pt_22 {
    margin-top: 25px;
  }

  .fn_tt {
    margin-top: 25px;
  }

  .fn_ll li .jia_h {}
}





.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: #0075C5;
  border-radius: 999px;
}

.product_tabs .swiper-slide:hover .imgs::after {
  display: none;
}

@media (max-width: 992px) {}

/* 新闻 */

.news {
  padding: 0 0 13.70vw;
  background-size: cover;
}

.news .tit .tit_wz {
  text-align: center;
}



.news .tit_wz h4,
.news .tit_wz .line {
  left: 0;
}

.new_more {
  font-size: 16px;
  color: #525252 !important;
  line-height: 1;
}

.new_more img {
  margin-left: 20px;
}

.new_list {
  gap: 3rem !important;
  margin-top: 3.28vw;
}

.new_list_l {
  position: relative;
}

.li_2 {
  flex: 1;
}

.li_1 {
  width: 25.94vw;
}

.li_1 .wz {
  padding: 2.5rem 0;
}

.li_2 a {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.li_2 a:not(:first-child) {
  margin-top: 3rem;
  border-top: 1px solid #CECECE;
  padding-top: 3rem;
}


.new_list_l img {
  width: 100%;
}

.news .wz h3 {
  font-weight: normal;
  font-size: 1.2rem;
  color: #323232;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  word-break: break-all;
}

.news a {}

.news .wz p {
  font-weight: 400;
  font-size: 16px;
  color: #767676;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: .85rem 0 11px;
  line-height: 1.5;
}

.news .wz span {
  font-weight: normal;
  font-size: 18px;
  color: #0C1C6D !important;
}



.new_list_r {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.timer {
  font-size: 18px;
  color: #656565;
  margin-bottom: 14px;
}

.timer img {
  width: 16px;
  margin-right: 4px;
}

.li_2 .wz {
  flex: 1;
}

.li_2 .wz h3 {
  color: #333333;
}

.li_2 .wz p {
  color: #767676;
}

.li_2 .wz span {
  color: #333333;
}

.li_2 .wz span img {
  filter: brightness(0) invert(0);
}

.li_2 .imgs {
  width: 22.29vw;
}


.ckxq {
  display: flex;
  white-space: nowrap;
  align-items: center;
  column-gap: 1.4rem;
}

@media (max-width: 992px) {
  .li_2 .imgs {
    width: 50%;
  }
  .ab_box .w1400 {
    flex-wrap: wrap;
  }

  .r {
    width: 100%;
  }

  .new_list {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .new_list_l {
    width: 100%;
  }

  .ab_box .tit {
    position: unset;
    width: 100%;
    transform: translate(0, 0);
  }

  .top_box_con .wz {
    padding-bottom: 20px;
  }

  .new_con .mdy_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .news .hd {
    flex-wrap: wrap;
  }

  .tit_img {
    width: 70%;
  }

  .top_box .tit_wz h4 img {
    width: 70%;
  }

  .tit_wz h4 img {
    width: 200%;
  }
}

.foot {
  background: #212121;
  /* background-size: cover; */
  /* padding: 25.94vw 0 0; */
  position: relative;
}

.foot .w1400 {
  width: 80.35rem;
  position: relative;
  padding: 24.9rem 0 0;
}

.form_box {
  width: 100%;
  background: url(../images/form.png) no-repeat center;
  background-size: cover;
  padding: 5.21vw 6.25vw;
  color: #FFFFFF;
  position: absolute;
  top: -7.45vw;
  left: 0;
  border-radius: 20px;
}

.form_box p {
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
}

.form_box h3 {
  font-weight: bold;
  font-size: 40px;
  margin: 1rem 0 5.5rem;
}

.form_box input,
.form_box textarea {
  width: 21.88vw;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #999999;
  padding-bottom: 24px;
  color: #ffffff;
  font-size: 16px;
}
.forms {
  display: flex;
  flex-wrap: wrap;
  gap: 2.71vw;
}

.form_box textarea {
  width: 100%;
  resize: none;
  margin-top: 1.5rem;
}
.form_box input::placeholder,
.form_box textarea::placeholder {
  color: #ffffff;
}
.foot_top {
  display: flex;
  justify-content: space-between;
  border-bottom: 2px solid #41454A;
  padding-bottom: 3rem;
  padding-left: 4.1rem;
}

.foot_logo {
  display: block;
  width: 186px;
}

.foot_logo img {
  width: 100%;
}

.logo_wz p{
  color: #ffffff;
  font-size: 16px;
}

.lxwm {
  position: relative;
}

.lxwm .wz {
  position: absolute;
  z-index: 1;
  left: 2.08vw;
  top: 50%;
  transform: translateY(-50%);
}

.lxwm .wz p {
  font-weight: bold;
  font-size: 20px;
  color: #0089DA;
}

.lxwm .wz span {
  font-weight: normal;
  font-size: 14px;
  color: #222222;
}

.foot_top .con {
  display: flex;
  align-items: flex-end;
  gap: 1.95rem;
}


.wz2 {}

.wz2_t {
  display: flex;
  flex: 1;
  justify-content: space-between;
  padding-left: 4.1rem;
}
.wz2_t>div {
  padding-top: 2.97vw;
}
.wz2_t a {
  font-size: 1rem;
  color: #fff !important;
  font-weight: bold;
  width: fit-content;
}

.wz2_t ul {
  margin-top: 1.5rem;
}

.wz2_t li {
  font-size: 14px;
  color: #CCCCCC;
  display: flex;
  align-items: flex-start;
}

.wz2_t li p {
  color: #ffffff;
}
.pp p {
  line-height: 1;
}
.pp p:not(:last-child) {
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: bold;
}

.wz2_t li img {
  margin-right: 17px;
}
.wz2_t li:not(:last-child) {
  margin-bottom: 10px;
}

.foot .con .foot2 p {
  font-weight: normal;
  font-size: 18px;
  color: #AEADAD;
}

.last_li {
  border-left: 2px solid #41454A;
  padding-left: 4.06vw;
  padding-right: 13.96vw;
  padding-bottom: 4.69vw;
}

.last_li li:not(:last-child) {
  margin-bottom: 2.71vw;
}

.foot_form {
  font-size: 0;
  margin: 2.3rem 0 1.9rem;
}

.foot_form .input {
  width: 20.55rem;
  height: 53px;
  background: #3D3D3D;
  border-radius: 0px 0px 0px 0px;
  font-size: 18px;
  color: #ADADAD;
  border: none;
  padding-left: 18px;
}

.foot_form .input::placeholder {
  color: #AEADAD;
  font-size: 18px;
}

.foot_form .submit {
  width: 50px;
  height: 53px;
  background: url(../images/btn.png) no-repeat center;
  background-size: 100% 100%;
  border-radius: 0px 0px 0px 0px;
  font-size: 18px;
  color: #ffffff;
  border: none;
}



input:focus {
  outline: none;
}

.qc {
  margin-top: 1rem;
}

.qc p {
  font-weight: normal;
  font-size: 18px;
  color: #AEADAD;
}

.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;
}


.qcc {
  gap: 2.4rem;
  margin-left: 7.08vw;
  margin-top: 6.41vw;
}

.qcc p {
  font-size: 14px !important;
}

.wz_33 {
  text-align: left;
}

.wz_33 img {
  width: 16px;
  margin-right: 1.25rem;
}

.wz_33 span {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
}

.wz_33 p {
  font-size: 14px !important;
  font-weight: normal !important;
}

.wz_33 p:not(:last-child) {
  margin-bottom: 1rem;
}

@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 {
    padding-top: 2vw;
  }
  .foot .w1400 {
    width: 100%;
    padding: 0 15px;
  }
  .foot_top .con {
    flex-wrap: wrap;
  }
  .foot .con .foot2 .xcon {
    justify-content: center;
  }
  .logo_wz p {
    font-size: 14px;
  }

  .foot .con .foot2 {
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .tit h3 {
    font-size: 6.6vw !important;
  }
}

@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: left;
  color: #888888;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  border-top: 2px solid #41454A;
  padding-left: 4.1rem;
}

.foot .con1 div {
  color: #ffffff !important;

}

.p_1 {
  line-height: 4.9rem;

}

.p_1 a {
  color: #888888 !important;
}

.p_2 {
  padding-left: 5.00vw;
  margin-left: 1.82vw;
  border-left: 1px solid #3d3d3d;
}

.backtop_t {
  margin-top: 6.46vw;
}


@media (max-width: 992px) {

  .foot_top,
  .p_1 {
    flex-wrap: wrap;
    line-height: 1.5;
    padding: 0;
  }

  .lxwm img {
    width: 100%;
  }

  .wz2 {
    display: none;
  }

  .foot .con1 {
    flex-wrap: wrap;
    padding: 0;
  }
}

@media (max-width: 480px) {
  .foot .con1 {
    line-height: 24px;
  }
}

.foot .con1 a {
  color: #ffffff !important;
  transition: all .3s ease-out;
}

.foot .con1 a:hover {
  color: #fff;
}

/* 容器宽度自适应 - 防止不同语言文字溢出 */
.text-container {
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
}