/* 多语言字体大小兼容性 - 响应式字体大小 */
/* 使用 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;
}

.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: unset;
  background: #ffffff;
  z-index: 999;
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.scroll {
  position: fixed;
  width: 100%;
  background: #ffffff;
  z-index: 999;
}

.tou .w1400 {
  /* width: 75rem; */
}


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

.tou .con .logo {
  line-height: 1;
  width: 9.75rem;
}

.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;
}



.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%;
}




/* 头部介绍 */
.top_box {
  background: url(../images/cp_bj.png) no-repeat center;
  background-size: cover;
  padding: 6.25vw 0 2rem;
}

.top_box .tit_wz h4 {
  color: #ffffff;
}

.my_swiper_1 {
  margin-top: 3.13vw;
}

.swiper-item {
  align-items: center;
  justify-content: flex-start;
  gap: 11.30vw;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.swiper-item .wz {
  width: 38%;
}

.swiper-item h3 {
  font-weight: bold;
  font-size: 30px;
  color: #333333;
}

.swiper-item p {
  font-size: 16px;
  color: #333333;
  margin: 1.5rem 0 5.78vw;
  line-height: 1.5;
}

.swiper-item a {
  width: 150px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff !important;
  background: var(--text-primary);
  font-size: 16px;
  border-radius: 0 30px 0 30px;
  gap: 1.75rem;
}

.nav_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.nav_list li {
  background: url(../images/r_bj.jpg) no-repeat center;
  background-size: 100% 100%;
  border-radius: 18px;
  border: 1px solid #ffffff;
  flex: 1;
  align-items: center;
  padding: .95rem .9rem 0 1rem;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.nav_list>li.active {
  transform: translateY(-1rem);
}

.nav_list .wz {
  position: relative;
  z-index: 1;
}

.nav_list .wz h3 {
  font-size: .95rem;
  color: #333333;
  height: 45px;
}

.nav_list .wz .t span {
  position: absolute;
  top: -33%;
  left: 0;
  z-index: -1;
}

.nav_list .wz .b {
  width: 48px;
  height: 22px;
  background: #FFFFFF;
  border-radius: 0px 13px 0px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #29166F;
}

.nav_list>li.active .wz .b {
  background: #29166F;
  color: #ffffff;
}

.nav_list>li.active .b img {
  filter: brightness(0) invert(1);
}



.tit_wz {
  position: relative;
}

.tit_wz h3 {
  font-weight: bold;
  font-size: 2.2rem;
  color: #000000;
  text-transform: uppercase;
}

.tit_wz .line {
  display: block;
  width: 112px;
  height: 14px;
  background: #E67817;
  border-radius: 0px 0px 0px 0px;
  position: absolute;
  /* top: 14%; */
  left: 0;
  bottom: -10%;
  z-index: -1;
}

.tit_wz h4 {
  margin: 0;
  font-weight: bold;
  font-size: 2.7rem;
  color: #EDEDED;
  position: absolute;
  left: 0;
  top: -65%;
  z-index: -1;
  line-height: 1;
  letter-spacing: 4px;
}

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

  .swiper-item {
    justify-content: center;
  }

  .tit_wz {
    margin-top: 20px;
  }
  .nav_list {
    flex-wrap: wrap;
  }

  .nav_list li {
    flex: auto;
  }
}

/* 关于我们 */
.ab_box {
  padding: 4.01vw 0 4.58vw;
  position: relative;
  background: #ffffff url(../images/ab_bj.png) no-repeat top left;
  background-size: 9.69vw 100%;
}

.ab_box .flex {
  position: relative;
  justify-content: flex-end;
}

.ab_box .w1400 {
  position: relative;
  padding-left: 1.5rem;
}

.ab_box .tit {
  position: absolute;
  /* top: 0; */
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}


.ab_box .wz_1 {
  max-width: 43.25rem;
  background: #f5f5f5 url(../images/166.png) no-repeat right bottom;
  padding: 3.70vw 2.14vw 2.76vw 4.27vw;
  margin-top: 2.75rem;
}

.ab_box .wz_1 h3 {
  font-weight: bold;
  font-size: 1.2rem;
  color: #333333;
  display: flex;
  align-items: flex-start;
  position: relative;
}

.ab_box .wz_1 h3 img {
  position: absolute;
  top: -80%;
  left: -6%;
  width: 1.9rem;
}

.ab_box .wz_1 .wz {
  margin: 1.2rem 0 2.5rem;
}

.ab_box .wz_1 .wz p {
  font-weight: normal;
  font-size: 16px;
  color: #444444;
  text-indent: 2em;
  margin: 0;
  line-height: 2;
}

.ab_box .wz_1 a {
  color: var(--primary-color);
  display: flex;
  align-items: center;
}

.fuwu {
  margin-top: 4.64vw;
  background: #ffffff;
}

.fuwu li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: default;
}

.fuwu li:not(:last-child)::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 80%;
  background: #DADADC;
}

.ab_wz {
  text-align: center;
}

.fuwu li img {
  transition: all 0.3s ease-in-out;
}

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


.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: 23px;
  color: #333333;
}

.more_line {
  display: inline-block;
  width: 2.9rem;
  height: 1px;
  background: #999999;
  margin: 0 12px 0 9px;
}

.ab_box .wz_1 a:hover span {
  color: var(--text-primary);
}


.ab_right {
  flex: 1;
  max-width: 45.6rem;
  overflow: hidden;
  background-size: contain;
}

.ab_right img {
  width: 100%;
}





@media (max-width: 992px) {
  .ab_box {
    background-size: unset;
  }

  .ab_right li {
    width: 100%;
  }

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

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

  .ab_wz i {
    font-size: 6vw;
  }

  .ab_box .wz_1 h3 img {
    display: none;
  }
}

/* our */
.OurProduct {
  background: url(../images/case_bj.png) no-repeat center;
  background-size: cover;
  padding: 8.33vw 0 6.25vw;
}

.OurProduct .tit {
  display: flex;
  justify-content: center;
}

.OurProduct .tit_wz h4,
.OurProduct .tit_wz .line {
  left: 50%;
  transform: translateX(-50%);
}

.product_dowm {
  margin-top: 4.17vw;
  position: relative;
}

.product_dowm ul li {
  background: #ffffff;
  box-shadow: 0px 8px 12px 1px rgba(0, 0, 0, 0.16);
  border-radius: 14px;
  overflow: hidden;
}

.product_dowm ul li img {
  width: 100%;
}

.product_dowm ul li .wz span {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 1;
}

.product_dowm ul li h3 {
  height: 5.1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  padding: 0 2.76vw;
  text-align: center;
  transition: all 0.3s ease-in-out;
}


.product_dowm ul li:hover h3 {
  background: var(--text-primary);
  color: #ffffff;
}

@media (max-width: 992px) {
  .OurProduct .mdy_grid_3 {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* 新闻 */

.news {
  padding: 8.33vw 0 3.75vw;
  background: url(../images/news_bj.png) no-repeat center;
  background-size: cover;
}

.news .tit {
  display: flex;
  justify-content: center;
}

.news .tit_wz h4,
.news .tit_wz .line {
  left: 50%;
  transform: translateX(-50%);
}

.new_list {
  gap: 1.5rem;
  margin-top: 3.54vw;
}

.new_list_l {
  width: 30.6rem;
  background: #ffffff;
  /*border: 1px solid #707070;*/
  border: 1px solid #CCCCCC;
}

.new_list_l .wz {
  padding: 1.65rem 1.6rem 2.35rem 1.6rem;
}

.news .wz h3 {
  font-weight: bold;
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1;
  word-break: break-all;
}

.news a {
  display: block;
}

.news .wz p {
  font-weight: 400;
  font-size: 18px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: .9rem 0 1.3rem;
  line-height: 1.5;
}

.news .wz span {
  font-weight: normal;
  font-size: 18px;
  color: #333;
}


.new_list_r {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.new_list_r .item_1 {
  margin-bottom: .9rem;
}

.new_list_r .item_1 a {
  background: #ffffff;
  border: 1px solid #CCCCCC;
}

.new_list_r .item_1 a .wz {
  padding: .7rem 1rem 1rem;
}

.new_list_r .item_1 a .wz p {
  -webkit-line-clamp: 1;
}

.new_list_r .item_1 img {
  width: 100%;
}

.new_list_r .item_2 a {
  padding: 2.24vw 2.24vw 1.77vw 2.19vw;
  border: 1px solid #CCCCCC;
}

.new_list_l,
.new_list_r .item_1 a,
.item_2 {
  transition: all 0.3s ease-in-out;
}

.new_list_l:hover,
.new_list_r .item_1 a:hover,
.item_2:hover {
  /*background: #0166B4;*/
  background:var(--text-primary);
}

.new_list_l:hover .wz h3,
.new_list_r .item_1 a:hover .wz h3,
.item_2:hover .wz h3 {
  color: #ffffff;
}

.new_list_l:hover .wz p,
.new_list_r .item_1 a:hover .wz p,
.item_2:hover .wz p {
  color: #ffffff;
}

.new_list_l:hover .wz span,
.new_list_r .item_1 a:hover .wz span,
.item_2:hover .wz span {
  color: #ffffff;
}


@media (max-width: 992px) {

  .ab_box .w1400 {
    flex-wrap: wrap;
  }

  .new_list_l {
    width: 100%;
  }

  .ab_box .tit {
    position: unset;
    width: 100%;
  }

  .ab_right {
    flex: auto;
    width: 100%;
  }

  .top_box_con .wz {
    padding-bottom: 20px;
  }

  .new_con .mdy_grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .news .hd {
    flex-wrap: wrap;
  }
}

.foot {
  background: #282828;
}

.foot_top {
  display: flex;
  margin-left: 12.50vw;
}

.foot_logo {
  display: block;
  width: 9.5rem;
}

.foot_logo img {
  width: 100%;
}

.foot_top .con {
  padding-top: 2.92vw;
}


.wz2 {
  border-left: 1px solid #3d3d3d;
  margin-left: 4.74vw;
  padding-top: 2.92vw;
  flex: 1;
}

.wz2_t {
  display: grid;
  grid-template-columns: repeat(3, max-content);
  row-gap: 1.46vw;
  column-gap: 4.43vw;
  padding-left: 5.00vw;
  justify-self: flex-start;
}

.wz2_t a {
  font-size: 24px;
  color: #B1B1B1 !important;
  font-weight: bold;
  width: fit-content;
}

.foot .con .foot2 p {
  font-weight: normal;
  font-size: 18px;
  color: #AEADAD;
}

.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;
}

.erweima {
  padding-left: 5.00vw;
  border-top: 1px solid #3d3d3d;
  margin-top: 3.59vw;
  padding-top: 3.59vw;
  padding-bottom: 2.55vw;
}

.erweima p {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}

.erweima p:first-child {
  font-size: 19px;
}

.erweima p:nth-child(2) {
  font-family: Arial-BoldMT, Arial-BoldMT;
  font-size: 54px;
  opacity: 0.5;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1;
}



@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;
    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: center;
  color: #ffffff;
  line-height: 4.3rem;
  text-transform: uppercase;
  border-top: 1px solid #3d3d3d;
  display: flex;
  align-items: center;
}

.foot .con1 div {
  color: #ffffff !important;
}

.p_1 {
  margin-left: 12.50vw;
}

.p_2 {
  padding-left: 5.00vw;
  margin-left: 1.82vw;
  border-left: 1px solid #3d3d3d;
}


@media (max-width: 992px) {
  .foot_top, .p_1 {
    margin-left: 15px;
  }
  .wz2 {
    display: none;
  }
  .foot .con1 {
    flex-wrap: wrap;
  }
}

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

.foot .con1 a {
  color: #ffffff;
  transition: all .3s ease-out;
}

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

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