/*初始化样式*/
input {
  padding: 0;
  margin: 0;
  font-family: "Microsoft YaHei";
}

img {
  border: none;
  background: none;
  vertical-align: middle;
}

ul,
ol,
li {
  list-style-type: none;
}

select,
input,
img,
select {
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table,
th,
td {
  vertical-align: middle;
}

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

.clearfix {
  zoom: 1;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

h1,
h2 {
  font-size: 12px;
  font-weight: bold;
}

hr {
  border: 0;
  border-top: 1px solid #ccc;
  height: 0;
}

p {
  margin: 0;
}

/*----- Common css ------*/
.fl {
  float: left;
}

.fr {
  float: right;
}

.di {
  _display: inline;
}

.fwn {
  font-weight: normal;
}

.dib {
  *display: inline;
  _zoom: 1;
  _display: inline;
  _font-size: 0px;
}

.com-img {
  display: block;
  overflow: hidden;
}

.com-img img {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}

.xypg-right-content {
  font-size: 16px;
}

.j-space-between {
  justify-content: space-between;
}

.j-flex-start {
  justify-content: flex-start;
}

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

.j-center {
  justify-content: center;
}

.a-j-center {
  align-items: center;
  justify-content: center;
}

.a-center {
  align-items: center;
}

.a-flex-start {
  align-items: flex-start;
}

.a-flex-end {
  align-items: flex-end;
}

/*主体样式*/

.wh {
  max-width: 70rem;
  margin: 0 auto;
  /* padding: 0 10px; */
}

@media (max-width: 960px) {
  .wh {
    padding: 0 10px;
    overflow: hidden;
  }
}

.flex_a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.flex_b {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

/* pc 头部 */
.head_11 {
  height: 36px;
  background-color: #f2f4f5;
}

.huan_a {
  font-size: 13px;
  font-weight: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #6f716f;
}

.huan_a a {
  color: #6f716f;
}

/* head_22 */
.head_22 {
  height: 7.3rem;
}

.head_11 .wh,
.head_22 .wh {
  /* max-width: 61rem; */
  height: 100%;
  align-items: flex-end;
}

.logo_a {
  /* line-height: 7.3rem; */
  max-width: 11.5rem;
}

.logo_a img {
  max-width: 100%;
  object-fit: contain;
}

.wwzz {
  margin-left: 1.1rem;
  /* padding-left: 15px; */
  /* background: url(../images/logo_line.png) no-repeat center left; */
}

.wwzz p:nth-child(1) {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0px;
  margin-bottom: 0.5rem;
  color: var(--primary-color);
}

.wwzz p:nth-child(2) {
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1rem;
  letter-spacing: 0px;
  color: var(--text-primary);
}

.dh_t {
  /* background: url(../images/header_phone.png) no-repeat right 50%;
  padding-right: 3.3rem; */
  display: flex;
  align-items: center;
  text-align: right;
  margin-left: 1rem;
  /* margin-bottom: 1.5rem; */
}

.pcHeader {
  background: #ffffff;
}

.pcHeader .wh {
  max-width: 61rem;
}

.nav-right {
  display: flex;
}

.dh_t .header_phone {
  max-width: 3rem;
}

.dh_t .header_phone img {
  width: 100%;
}

.dh_t p:nth-child(1) {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--text-primary);
  margin-bottom: 0.4rem;
}

.dh_t p:nth-child(2) {
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--primary-color);
}

/* 核心业务 */
.box1 {
  /* background: #F9F7F8; */
  padding-top: 2.2rem;
  padding-bottom: 4.5rem;
}

.core_business {
  max-width: 65rem;
  text-align: center;
}

.core_business .mdy_grid {
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 1.7rem;
  grid-column-gap: 1.7rem;
}

.core_business_item {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  /* max-width: 20.3rem; */
}

.core_business_item .img {
  width: 100%;
}

.core_business_item .img img {
  width: 100%;
}

.core_business_item .text {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.3);
  padding: 0 2rem;
  text-align: left;
}

.core_business_item .text p {
  font-size: 19px;
  color: #ffffff;
}

.core_business_item:hover .text {
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  height: 100%;
  transition: all 0.3s ease-in-out;
}

.core_business_item:hover .text p {
  font-size: 25px !important;
}

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

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

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

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

/* 走进 */


/* •技术 */
.slngy {
  padding: 2.2rem 0 2.9rem;
  background: #F9F7F8;
}

.slngy .wh {
  padding: 0;
  max-width: 62.2rem;
}

.slngy_fc {
  padding-top: 1.65rem;
}

.slngy_fc .slngy_fc_con {
  /* display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}

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

/* .slngy_fc li:hover .skk {
  background: var(--primary-color);
} */

.skk {
  text-align: center;
}

.slngy_fc li:hover .skk {}

/* .slngy_fc li:hover {
  background-color: var(--primary-color);
  border-radius: 0px 0px 5px 5px;
  overflow: hidden;
} */

.slngy_fc li:hover h3 {}

.slngy_fc li:hover h4 {}

.slngy_fc li .img {
  width: 4rem;
}

.slngy_fc li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* .slngy_fc li:hover .img img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
} */
.slngy_fc li {
  /* width: 16.5rem; */
  min-height: 22.5rem;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.1rem 1.65rem;
  cursor: default;
  transition: all 0.3s ease-in;
}

.slngy_fc li:hover {
  box-shadow: 0px 6px 6px 1px rgba(0, 0, 0, 0.16);
  transform: translateY(-1rem) scale(1.05) !important;
}

.slngy_fc li h3 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: var(--primary-color);
  margin: 1.15rem 0 .85rem;
}

.slngy_fc li p {
  font-size: 15px;
  font-weight: normal;
  line-height: 1.5rem;
  color: var(--primary-color);
  border-top: 1px solid #3B3B3B;
  padding-top: 1.15rem;
}

.slngy_fc li:hover h3 {
  color: #ffffff;
}

.slngy_fc li:hover p {
  color: #ffffff;
}

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

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

@media (max-width: 768px) {
  .slngy_fc {
    padding-top: 15px;
  }


  .slngy_fc .swiper-slide {
    min-width: 100%;
    min-height: 20rem;
  }

  .slngy .wh {
    padding: 0 10px;
  }
}

@media (max-width: 468px) {
  .slngy {
    padding: 25px 0;
  }

  .slngy_fc li {
    /* width: 100%; */
  }
}

/* 认真对待每一次定制需求 */
.dzbg {
  position: relative;
  background-position: not-repeat center;
  background-size: 100% 100%;
  /* padding: 2.5rem 0 4.7rem; */
  min-height: 18.15rem;
  display: flex;
  align-items: center;
}

.dzbg .xwtt {
  font-size: 2.45rem;
}

.dzbg_con {
  position: relative;
  margin-top: 1.65rem;
}

.dzbg_con_swiper_left {
  margin-bottom: 2.5rem;
  margin-left: 7.5rem;
  margin-right: 13rem;
}

.dzbg_con_swiper_right {
  margin-left: 13rem;
  margin-right: 7.5rem;
}

.dzbg_con_swiper_left .swiper-slide,
.dzbg_con_swiper_right .swiper-slide {
  width: 18.25rem;
  height: 12.4rem;
  max-width: 18.25rem;
  max-height: 12.4rem;
}

.dzbg_con_swiper_left .swiper-slide img,
.dzbg_con_swiper_right .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 768px) {

  .dzbg_con_swiper_right,
  .dzbg_con_swiper_left {
    margin-left: 10px;
    margin-right: 10px;
  }
}


.label {
  font-weight: bold;
  font-size: 0.8rem;
}

.desc {
  font-size: 0.6rem;
  margin-top: 0.1rem;
  color: #fff;
}


/* 结束 */


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

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

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

/* 关于我们 */
.about_box {
  padding: 2.2rem 0;
}

.about_box .wh {
  max-width: 65rem;
}

.about_box .mdy_flex {
  /* justify-content: center; */
  flex-wrap: nowrap;
  align-items: center;
   gap: 7.9rem; 
}
.slideTxtBox .hd {
  display: flex;
  justify-content: space-between;
}
.ckgd {
  display: flex;
  align-items: flex-end;
  padding-bottom: 1rem;
}
.ckgd a {
    font-size: 14px;
}
.about_con {
  padding: 1.8rem 0;
}

.about_left {
  max-width: 34.35rem;
  position: relative;
  /* margin-right: 4.7rem; */
}

.about_left img {
  width: 100%;
  border-radius: 10px;
}

.about_left::after {
  content: "";
  position: absolute;
  top: -1rem;
  right: -3rem;
  width: 30%;
  height: 110%;
  background: #009EF5;
  z-index: -1;
}

.about_right {
  max-width: 27.35rem;
}

.about_right .title {
  font-size: 24px;
  font-weight: bold;
  color: #009EF5;
}

.about_right .p_con {
  font-size: 13px;
  color: #009EF5;
}

.about_right .h6 {
  font-size: 24px;
  color: #009EF5;
  margin-top: 16px;
}

.con {
  font-size: 18px;
  color: #666666;
  margin: 1.05rem 0 2.65rem;
}

.btn {
  width: 140px;
  height: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #009EF5;
  font-size: 16px;
  color: #ffffff !important;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border: none;
}

.btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 33%;
  height: 100%;
  background: #00C490;
  /* 深红色 */
  transform: skewX(-20deg);
  /* 倾斜效果 */
  transform-origin: top right;
  z-index: 0;
}

.about-swiper-container {
  overflow: hidden;
}

.about-swiper-container .swiper-slide {
  max-width: 18.6rem;
}

.about-swiper-container .swiper-slide img {
  width: 100%;
}

.about_title {
  display: flex;
  gap: 2rem;
  margin-bottom: 3rem;
}

.about_title li {
  font-size: 18px;
  cursor: pointer;
}

.about_title .on {
  color: #19A8F6;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #19A8F6;
}

@media (max-width: 992px) {

  .about_left,
  .about_right {
    max-width: 100%;
  }

  .about_right {
    margin-top: 5rem;
  }

  .about_box .mdy_flex {
    flex-wrap: wrap;
    gap: 2rem;
  }
}

/* 新闻资讯 */
.xwbg {
  /* background: #F9F7F8; */
  padding: 2.8rem 0 4.7rem;
}

.flexd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*  */
.xin {
  margin-top: 2.75rem;
}

.nleft {
  width: 29.55rem;
  max-width: 29.55rem;
  background-color: #ffffff;
  /* padding: 1.8rem 1.45rem 1.25rem; */
  /* box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05); */
}

.nright {
  width: calc(100% - 31.55rem);
  background-color: #ffffff;
  /* padding: 33px 30px 0 13px; */
  /* box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05); */
}

.nright .img {
  width: 13.4rem;
  overflow: hidden;
  border-radius: 10px;
}

.r_con {
  flex: 1;
  margin-left: 1.1rem;
}

.nright .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nright .date {
  margin-top: 5px;
}

.xin {}

.nbt {
  color: #333333;
  font-size: 0.9rem;
}

.nn a {
  display: block;
  color: #999999;
  font-size: 0.67rem;
  text-transform: uppercase;
  line-height: 27px;
}

.nul li .img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.date {
  font-size: 19px;
  color: #999999;
  margin-top: 2.45rem;
  margin-bottom: 1rem;
}

.nul li h3 a {
  color: #333333;
  display: block;
  font-size: 21px;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nul li p {
  color: #999999;
  font-size: 16px;
  line-height: 1.5;
  margin: 1.1rem 0;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.xq a {
  display: block;
  text-align: right;
  color: #089B52;
  font-size: 0.75rem;
}

.nul li:hover h3 a {
  color: var(--primary-color);
  font-weight: 600;
}

.nright .nn {
  padding: 0 0.3rem 0 0.8rem;
  /* background: url(../images/news_line.png) no-repeat bottom left; */
  padding-bottom: 2.3rem;
  position: relative;
}

.nright .nn::before {
  content: "";
  position: absolute;
  bottom: 0;
  background: var(--primary-color);
  width: 0.3rem;
  height: 0.3rem;
}

.nright .nn::after {
  content: "";
  position: absolute;
  bottom: 0.1rem;
  right: 0;
  background: #A2E2D9;
  height: 1px;
  visibility: visible;
  width: calc(100% - 1.1rem);
}

.nul2 li a {
  /* width: 47%; */
  display: flex;
}

.nul2 {
  height: 100%;
  flex-direction: column;
  gap: 2.25rem;
  /* margin: 1rem 0 1.9rem 0.8rem; */
}

.nul2 li h3 {
  color: #333333;
  font-size: 20px;
  display: block;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.nul2 li p {
  color: #5B635B;
  font-size: 16px;
  line-height: 1.5;
  /* margin-top: 1.1rem; */
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.nul2 li:hover h3 {
  color: var(--primary-color);
  font-weight: bold;
}

.nul3 {
  margin-top: 1.2rem;
  padding: 0 0.3rem 0 0.9rem;
}

.nul3 li {
  width: 31%;
  height: 8.1rem;
  max-height: 8.1rem;
  position: relative;
}

.nul3 li .img {
  display: block;
  height: 100%;
}

.nul li .img {
  display: block;
  height: 13.85rem;
  /* margin: .75rem 0 .9rem; */
}

.nul3 li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nul3 li h3 a {
  display: block;
  text-align: left;
  font-weight: bold;
  color: #ffffff;
  font-size: 0.8rem;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.95rem;
  line-height: 1.95rem;
  padding: 0 0.9rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: rgba(43, 184, 165, 0.7);
}

.nn a:hover {
  color: var(--primary-color);
}

.hz_box {
  margin-top: 3.25rem;
}

/* .hz_box .mdy_grid {
  grid-template-columns: repeat(6, 1fr);
  gap: 1.5rem;
} */

.hz_box li {
  width: 10.4rem;
  height: 5.4rem;
  border: 1px solid #D5D5D5;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.hz_box li img {
  width: 100%;
  object-fit: scale-down;
}

.hz_box li:hover {
  border: 1px solid var(--primary-color);
}

@media (max-width: 992px) {
  .hz_box .mdy_grid {
    /* grid-template-columns: repeat(3, 1fr); */
  }

  .hz_box li {
    height: 10.4rem;
  }

  .nleft,
  .nright {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  .nul2 li h3 {
    white-space: wrap;
  }

  .nleft {
    margin-bottom: 20px;
    /* padding: 20px; */
  }

  .nright {
    /* padding: 20px; */
  }

  .nul li p {
    /* font-size: 14px;
    line-height: 22px; */
  }

  .nul3 li {
    width: 100%;
    margin-bottom: 10px;
    height: 14.1rem;
    max-height: 14.1rem;
  }
}

/* 网站的文字 */
.xwth {
  position: relative;
}

.xwth h2 {
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: var(--primary-color);
  opacity: 0.1;
  text-align: center;
  position: absolute;
  width: 100%;
  top: -0.5rem;
  left: 0px;
  text-transform: uppercase;
  line-height: 1;
}

.xwtt {
  text-align: center;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: 8px;
  padding-top: .6rem;
  background-image: linear-gradient(to right, #229e48 50%, #0d227f 52%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
}

.xwtt span {
  color: var(--primary-color);
}

.xwtt2 {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #666666;
  text-align: center;
  margin-top: 1.3rem;
  margin-bottom: 1.65rem;
}

.th_img {
  text-align: center;
  /* margin-top: 1rem; */
}

.abbg .xwth h2 {
  color: #ffffff;
  opacity: 0.1;
}

.abbg .xwth .xwtt {
  color: #ffffff;
}

.abbg .xwth .xwtt2 {
  color: #eeeeee;
  margin-top: .85rem;
  /* margin-bottom: 1.3rem; */
}

.about_swiper .swiper-slide {
  min-width: 16rem;
  /* min-height: 9.8rem; */
  max-width: 16rem;
  /* max-height: 9.8rem; */
}

.about_swiper .swiper-slide img {
  width: 100%;
}

.about_swiper .swiper-slide p {
  color: #333333;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1;
  margin-top: 0.75rem;
}

@media (max-width: 1440px) {
  .xwth h2 {
    /* font-size: 60px; */
  }

  .xwtt {
    /* font-size: 40px; */
  }

  .xwtt2 {
    /* font-size: 16px; */
  }
}

@media (max-width: 1280px) {
  .xwth h2 {
    /* font-size: 50px; */
  }

  .xwtt {
    /* font-size: 30px; */
  }

  .th_img {
    text-align: center;
    /* margin-top: 10px; */
  }

  .xwtt2 {
    /* font-size: 16px;
    margin-top: 10px; */
  }
}

@media (max-width: 992px) {
  .xwth h2 {
    /* font-size: 40px; */
    top: 0;
  }

  .xwtt {
    /* font-size: 25px; */
  }

  .th_img {
    text-align: center;
    /* margin-top: 10px; */
  }

  .xwtt2 {
    /* font-size: 16px;
    margin-top: 10px; */
    font-size: 14px;
    line-height: 1.5;
  }

  .xwtt {
    /* padding-top: 20px; */
    font-size: 28px;
  }
}

/* 通栏 */

.dff1 {
  background: #F1F1F1;
  padding: 0;
}

.dtt1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 1px;
  color: #fafafa;
  /* background: url(../images/footer_shu.png) no-repeat left 50%; */
  /* padding-left: 0.8rem; */
  margin-bottom: 2.2rem;
}
.dian {
  display: block;
  width: 6px;
  height: 6px;
  background: #000000;
  margin-right: 9px;
}
.dff1_left_img {
  width: 284px;
}

.dff1_left_img img {
  width: 100%;
}
.dff1_left_p {
  margin: 12px 0 1.55rem;
}
.dff1_left_p p {

  font-size: 16px;
  color: #565656;
  line-height: 1.5;
  text-align: left;
  font-style: normal;
  text-transform: none;
}
.c_link {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  width: 13.25rem;
  height: 36px;
  background: #fff;
  font-size: 14px;
  color: #999999;
  padding-left: .7rem;
}
.c_link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background: #009EF5;
}
.c_link dd {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  position: absolute;
  left: 0;
  top: -3.65rem;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  transition: all 0.3s ease;
}
.c_link dd a {
  height: 1.8rem;
  display: flex;
  align-items: center;
  padding: 0 1rem;
}
.c_link:hover dd {
  opacity: 1;
  visibility: visible;
}
.fei {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}

.dff1_left, .dff1_right {
  padding: 3.45rem 0 4.2rem;
}
.dff1_left {
  width: 35%;
  display: flex;
  justify-content: flex-end;
  padding-right: 1.25rem;
}
.dff1_right {
  display: flex;
  /* justify-content: space-evenly; */
  flex: 1;
  background: transparent;
  background-image: linear-gradient(to right, #00bfa5, #0097E5);
  padding-left: 2rem;
}
.dff1_right .da_a {
  margin: 0 2.85rem;
}
/* .dh_a {
  background: url(../images/dianhua.png) no-repeat center left;
  padding-left: 2.76rem;
  margin-top: 0.75rem;
  background-size: contain;
} */

.dh_a p:nth-child(1) {
  font-size: 0.9rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.25rem;
  letter-spacing: 0px;
  color: #fafafa;
}

.dh_a p:nth-child(2) {
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fafafa;
}

.dh_b {
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0.3rem 0;
}

.zz11 {
  width: 8.5rem;
  height: 1.75rem;
  background-color: var(--primary-color);
  border-radius: 4px;
  text-align: center;
  line-height: 1.75rem;
  /* margin-top: 1rem; */
}

.zz11 a {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 0.3rem;
  color: #fff;
  font-size: 0.9rem;
}

.zz11 a img {
  /* padding-left: 15px; */
}

.lxwm {
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
}

.lxwm p {
  margin: 0.8rem 0;
}

.lxwm img {
  width: 1.2rem;
  height: 1.2rem;
  object-fit: contain;
  /* margin-right: 0.6rem; */
}

.pport {
  /* margin-left: .75rem; */
  /* width: 13rem; */
}

.pport li {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1;
  letter-spacing: 0;
  color: #ffffff;
  text-align: left;
  margin-bottom: .7rem;
  /* width: 50%; */
}

.pport li a {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-size: 18px;
}

.wwmm {
  /* margin-left: 15px; */
}

.wwmm img {
  max-width: 100%;
  margin-bottom: 15px;
}

.wwmm p {
  font-size: 16px;
  font-weight: normal;
  line-height: 15px;
  letter-spacing: -1px;
  color: #ffffff;
  text-align: center;
}

.con1 {
  background: var(--primary-color);
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 0.8rem;
  color: #ffffff;
}

.con1 a {
  color: #ffffff;
}

@media (max-width: 992px) {
  .dff1_left {
    width: 100%;
    justify-content: center;
  }
  .dff1_right {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .dff1_right .da_a {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 1280px) {
  .dtt1 {
    /* font-size: 15px; */
  }

  .pport li {
    font-size: 14px;
    font-weight: normal;
    color: #ffffff;
  }

  .lxwm {
    /* margin-left: 15px;
    font-size: 14px; */
    /* margin-left: .75rem; */
    font-weight: normal;
    /* line-height: 34px; */
    letter-spacing: 0px;
    color: #ffffff;
  }

  /* .dh_b {
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ffffff;
    margin: 0.3rem 0;
  } */

  /* .zz11 {
    width: 150px;
    height: 35px;
    background-color: var(--primary-color);
    border-radius: 4px;
    text-align: center;
    line-height: 35px;
    margin-top: 18px;
  } */
}

@media (max-width: 768px) {
  .pport {
    width: 100%;
  }

  .dtt1 {
    font-size: 2rem;
  }

  .lxwm img {
    width: 1.7rem;
  }

  .lxwm {
    font-size: 1.5rem;
  }

  .zz11 {
    width: 12.5rem;
    height: 3rem;
    line-height: 3rem;
  }

  .da_a {
    width: 100%;
    margin-bottom: 25px;
  }

  .dh_a {
    padding-left: 3.76rem;
  }

  .wwmm {
    margin-left: 0px;
  }

  .about_swiper .swiper-slide {
    min-width: 100%;
    min-height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
}

.dff2 {
  background: var(--primary-color);
  padding: 15px 0;
}

.copyright {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}

.copyright a {
  color: #ffffff;
  text-align: center;
}