/*初始化样式*/
input {
  padding: 0;
  margin: 0;
  font-family: "微软雅黑";
}

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

.container {
  max-width: 70rem;
  width: auto;
}

.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: 4.5rem;
}

.head_11 .wh,
.head_22 .wh {
  max-width: 61rem;
}

.logo_a {
  line-height: 4.5rem;
  max-width: 6.15rem;
}

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

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

.wwzz p:nth-child(1) {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.75rem;
  letter-spacing: 0px;
  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: #333333;
}

.dh_t {
  background: url(../images/header_phone.png) no-repeat right 50%;
  padding-right: 66px;
  text-align: right;
}

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

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

/* 产品直通车 */
.box1 {
  background: #f9f9f9;
  padding-top: 2.8rem;
  padding-bottom: 3.4rem;
}

.product_list {
  width: 100%;
}

.pp_con {
  margin-top: 2.4rem;
}

.pp_a {
  width: 100%;
  display: flex;
  justify-content: center;
  column-gap: 2.7rem;
  margin-bottom: 1.3rem;
}

.pp_a p {
  font-size: 1.6rem;
  color: #333333;
  cursor: pointer;
}

.pp_a .on p {
  color: var(--primary-color);
  font-weight: bold;
}

.pp_a p:hover {
  color: var(--primary-color);
  font-weight: bold;
}

.ptaa {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  line-height: 68px;
  background: var(--primary-color);
  text-align: center;
}

.port_1 {
  width: 90%;
  margin: 0 auto;
  margin-top: 10px;
}

.port_1 li {
  border-bottom: 1px solid #dcdcdc;
  line-height: 54px;
  font-size: 18px;
  color: #333333;
  background: url(../91669cb5/24/07/b3d04c43c467d61f9b11f52868b1a229141c3bbd.png) no-repeat 10px 50%;
}

.port_1 li a {
  color: #333333;
  padding-left: 26px;
}

.port_1 li:hover {
  background: url(../91669cb5/24/07/3605d011501903ddc5f5cbc3cfd3ec8cab991502.png) no-repeat 10px 50%;
}

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

.pp_b {
  width: 100%;
  border: 1px solid #089C4A;
  padding: 2.2rem 3rem 1.9rem 2.8rem;
}

.pp_ll {}

.img_pp {
  width: 31.3rem;
  height: 13.2rem;
}

.img_pp img {
  width: 100%;
}

.pp_nn {
  width: calc(100% - 33.1rem);
}

.pp_nn h2 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0px;
  color: var(--primary-color);
}

.pp_nn h3 {
  font-size: 0.99rem;
  font-weight: normal;
  line-height: 33px;
  letter-spacing: 0px;
  color: #666666;
  overflow: hidden;
  margin-top: 1rem;
  margin-bottom: 2rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.pp_nn h4 {
    display: flex;
    justify-content: center;
    align-items: center;
  width: 8.65rem;
  height: 2.4rem;
  background-color: var(--primary-color);
  color: #ffffff;
  line-height: 1;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 12px;
  font-size: 0.9rem;
  font-weight: normal;
  transition: all 0.3s ease-in-out;
}

.pp_nn h4:hover {
  background-color: #ffffff;
  color: var(--primary-color);
  border: 1px solid var(--primary-color);
}

.pp_22 {
  margin-top: 1rem;
}

.pp_22 li {
  min-width: 14.55rem;
  min-height: 12.75rem;
  max-width: 14.55rem;
  max-height: 12.75rem;
  border: solid 1px #089C4A;
}

.pp_22 li p {
    position: absolute;
    bottom: 0;
    z-index: 1;
    height: 2rem;
    line-height: 2rem;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.5);
    padding: 0 1rem;
    font-size: 16px;
}

.pp_22 li img {
  width: 100%;
}

.pp_22 li h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}

.pp_22 li h3 a {
  color: #333333;
}

@media (max-width: 1440px) {
  .port_1 li {
    font-size: 16px;
  }

  .pp_nn h2 {
    /* font-size: 20px; */
  }
}

@media (max-width: 1200px) {
  .port_1 li {
    border-bottom: 1px solid #dcdcdc;
    line-height: 50px;
    font-size: 15px;
    color: #333333;
    background: url(../91669cb5/24/07/b3d04c43c467d61f9b11f52868b1a229141c3bbd.png) no-repeat 10px 50%;
  }

  .ptaa {
    font-size: 20px;
  }
}

@media (max-width: 1100px) {
  .port_1 li {
    border-bottom: 1px solid #dcdcdc;
    line-height: 45px;
    font-size: 14px;
    color: #333333;
    background: url(../91669cb5/24/07/b3d04c43c467d61f9b11f52868b1a229141c3bbd.png) no-repeat 10px 50%;
  }

  .pp_a {}
}

@media (max-width: 992px) {
  .pp_a {}
    .pp_22 li p {
        font-size: 14px;
    }
  .pp_b {
    width: 100%;
  }

  .port_1 li {
    width: 50%;
    float: left;
  }

  .pp_22 li h3 {
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
  }

  .img_pp {
    width: 100%;
    height: 100%;
    margin-bottom: 1rem;
  }

  .pp_nn {
    width: 100%;
  }

  .pp_nn h4 {

    /* margin-top: 10px; */
  }
}

/* 走进 */
.abbg {
  background: url(../images/about_bg.png) no-repeat center top;
  padding-top: 2.6rem;
}

.abbg .wh {
  max-width: 60rem;
}

.aann {
  max-width: 47.75rem;
  font-size: 0.8rem;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5rem;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 0 auto;
  margin-top: 2.3rem;
  text-align: center;
  text-indent: 3em;
}

.bbhh {
  background-color: #ffffff;
  box-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.08);
  margin-top: 1rem;
  padding: 2.25rem 1.2rem;
  /* margin-bottom: 30px; */
}

.more_aa {
  width: 7.65rem;
  height: 2rem;
  display: flex;
  text-align: center;
  justify-content: center;
  background-color: var(--primary-color);
  margin: 0 auto;
  margin-top: 1.1rem;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}

.more_aa a {
  text-align: center;
  /*line-height: 2rem;*/
  font-size: 0.8rem;
  color: #fff;
  display: flex;
  align-items: center;
}
.more_aa:hover a {
  color: var(--primary-color);
}
.more_aa:hover {
  background-color: #fff;
  border: 1px solid var(--primary-color);
}
.pp_33 {
  height: 0;
  overflow: hidden;
}

.pp_33.aa {
  height: auto;
}

.port {
  background: url(../images/about_jiantou.png) no-repeat center;
  font-size: 1rem;
  color: var(--primary-color);
}

.port li {
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #000000;
}

.port li.on a {
  color: var(--primary-color);
}

.port li a {
  color: #000000;
  padding: 0 20px;
}

.port li+li {
  background: url(../91669cb5/24/07/a3c738d3896feefe071944edeb856a2c93316c13.png) no-repeat center left;
}

.pp_aa2 {
  margin-top: 35px;
}

.pp_1 li a.img {
  display: block;
}

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

.pp_1 li h2 {
  text-align: center;
  line-height: 35px;
  margin-top: 10px;
}

.pp_1 li h2 a {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
}

.pp_1 li:hover h2 a {
  color: var(--primary-color);
}

.pp_1 li:hover a.img img {
  filter: none;
}

@media (max-width: 1280px) {
  .pp_1 li h2 a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    text-align: center;
  }
}

/* •技术 */
.slngy {
  padding: 5.85rem 0 3.25rem;
  background: url(../images/zizhi_bg.png) no-repeat center bottom;
}

.slngy .wh {
  padding: 0;
  /* max-width: 71.5rem; */
}

.slngy_fc {
  padding-top: 2.5rem;
  padding-bottom: 6.45rem;
}

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

.slngy_fc .swiper-slide {
  min-width: 22.25rem;
  min-height: 14.25rem;
  max-width: 22.25rem;
  max-height: 14.25rem;
  /* padding: 0.8rem; */
  border-radius: 1rem;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.38);
}

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

.skk {
  padding: 0.5rem 1rem;
  position: absolute;
  bottom: -100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease-in-out;
  opacity: 0;
  visibility: hidden;
}

.slngy_fc li:hover .skk {
  opacity: 1;
  visibility: visible;
  bottom: 0;
}

/* .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 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.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 a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  padding: 0.8rem;
}

.slngy_fc li h3 {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
}

.slngy_fc li h4 {
  font-size: 0.7rem;
  font-weight: normal;
  line-height: 1;
  color: #ffffff;
  margin-top: 0.65rem;
}

.slngy_fb {
  width: 40rem;
  margin: 0 auto;
  /* margin-top: 4%; */
  padding: 1.75rem 0 1.65rem;
  background-color: #ffffff;
  box-shadow: 0px 3px 20px 4px rgba(0, 0, 0, 0.08);
  border-radius: 89px;
  text-align: center;
}

.slngy_fb h3 {
  font-size: 0.8rem;
  font-weight: normal;
  line-height: 1;
  color: #666666;
}

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

.slngy_fb h4 {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1;
  color: #222222;
  margin: 0.9rem 0 0.8rem;
}

.slngy_fb h5 {
  width: 28.2rem;
  margin: 0 auto;
  background-color: #edb033;
  background-blend-mode: normal, normal;
  border-radius: 22px;
  font-size: 16px;
  font-weight: normal;
  line-height: 2.2;
  color: #ffffff;
}

@media (max-width: 1280px) {
  .slngy_fc li h3 {
    /* font-size: 16px; */
  }

  .slngy_fb h5 {
    font-size: 16px;
  }

  .slngy_fb h4 {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .slngy_fb {
    width: 90%;
  }

  .slngy_fb h4 {
    font-size: 18px;
  }
}

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

  .slngy_fc li {}
    .slngy_fb h4 span {
        line-height: 1.5;
    }
  .slngy_fb {
    width: 100%;
  }

  .slngy_fb h5 {
    width: 80%;
  }

  .slngy_fb h3 {
    font-size: 16px;
    margin-top: 10px;
  }

  .slngy_fb h4 {
    font-size: 16px;
  }

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

  .slngy .wh {
    padding: 0 10px;
  }
  
    .flex_b span{
        font-size: 14px;
    }
     .flex_b a{
        font-size: 14px;
    }
}

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

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

  .slngy_fb {
    background: none;
    box-shadow: 0px 3px 20px 4px rgb(0, 0, 0, 0);
    margin-top: 15px;
    padding: 0;
  }

  .slngy_fb h5 {
    width: 100%;
    /* font-size: 14px; */
  }

  .slngy_fb h3 {
    /* font-size: 14px; */
  }

  .slngy_fb h4 {
    /* font-size: 15px; */
  }
}

/* 认真对待每一次定制需求 */
.dzbg {
  position: relative;
  background-position: not-repeat center;
  background-size: 100% 100%;
  padding: 2.25rem 0;
  min-height: 36.5rem;
}

.dzbg_sm {
  width: 100%;
  height: 100%;
  height: 730px;
}

.dzbg .xwth h2,
.dzbg .xwth .xwtt,
.dzbg .xwth .xwtt2 {
  color: #ffffff;
}

.ys_ll {
  margin-top: 5.35rem;
  height: 8.1rem;
  width: 100%;
  /* border: 1px solid; */
}


@media (max-width: 768px) {

}
.point {
  position: absolute;
  color: #fff;
  text-align: center;
  z-index: 2;
  width: 8.4rem;
}

.point1 {
  left: 16rem;
  bottom: 8.7rem;
}

.point2 {
  left: 30rem;
  top: 16.7rem;
}

.point3 {
  left: 43.6rem;
  bottom: 9.1rem;
}

.point4 {
  left: 57.5rem;
  top: 16.7rem;
}

.point5 {
  left: 71.5rem;
  bottom: 9.1rem;
}


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

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


/* 结束 */

.ys_ll li {
  text-align: center;
  position: relative;
}

.ys_ll li h3 {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  margin-top: 10px;
}

.ys_ll li .img_aa {
  width: 83px;
  margin: 0 auto;
}

.ys_ll li .img_aa img {
  max-width: 100%;
}

.ys_ll li::after {
  position: absolute;
  height: 1px;
  background-color: var(--primary-color);
  width: 5vw;
  content: "";
  right: -5.5vw;
  top: 33%;
}

.ys_ll li:last-child::after {
  display: none;
}

.ys_ll li:nth-child(2)::after {
  top: 30%;
}

.ys_ll li:nth-child(2)::before {
  position: absolute;
  height: 1px;
  background-color: var(--primary-color);
  width: 5vw;
  content: "";
  right: -5.5vw;
  top: 43%;
}

.ys_ll li .pso {
  position: absolute;
  right: -5.1vw;
  top: 1%;
}

.ys_ll li .pso h2 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 45px;
  letter-spacing: 0px;
  color: #333333;
}

.ys_ll li:nth-child(3) .pso {
  position: absolute;
  right: -4.5vw;
  top: 1%;
}

.ys_ll li:nth-child(5) .pso {
  position: absolute;
  right: -4.7vw;
  top: 1%;
}

@media (max-width: 1199px) {
  .ys_ll li::after {
    display: none;
  }

  .ys_ll li .pso {
    display: none;
  }

  .ys_ll li:nth-child(2)::before {
    display: none;
  }

  .ys_ll li h3 {
    font-size: 16px;
  }
}

@media (max-width: 1199px) {
  .ys_ll li::after {
    display: none;
  }

  .ys_ll li .pso {
    display: none;
  }

  .ys_ll li:nth-child(2)::before {
    display: none;
  }

  .ys_ll li h3 {
    font-size: 16px;
  }
}

@media (max-width: 992px) {
  .ys_ll li {
    width: 33.33%;
  }
}

/* 应用场景 */
.dzbg1 {
  margin-top: 60px;
}

.picScroll-left {
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-top: 35px;
}

.picScroll-left .hd .prev {
  display: block;
  width: 62px;
  height: 62px;
  z-index: 99999;
  position: absolute;
  top: 38%;
  left: 0%;
  cursor: pointer;
  background: url(../91669cb5/24/07/58aeec9a7ce899be28e8d4f564d5f78319583ee5.png) no-repeat center rgba(8, 156, 74, 1);
  border-radius: 50%;
}

.picScroll-left .hd .next {
  display: block;
  width: 62px;
  height: 62px;
  z-index: 99999;
  position: absolute;
  top: 38%;
  right: 0%;
  cursor: pointer;
  background: url(../91669cb5/24/07/1cbe64a4603e73d0593d537f2509f85cf77d254e.png) no-repeat center rgba(8, 156, 74, 1);
  border-radius: 50%;
}

.picScroll-left .hd .prev:hover {
  display: block;
  width: 62px;
  height: 62px;
  z-index: 99999;
  position: absolute;
  top: 38%;
  left: 0%;
  cursor: pointer;
  background: url(../91669cb5/24/07/58aeec9a7ce899be28e8d4f564d5f78319583ee5.png) no-repeat center rgba(8, 156, 74, 0.5);
  border-radius: 50%;
}

.picScroll-left .hd .next:hover {
  display: block;
  width: 62px;
  height: 62px;
  z-index: 99999;
  position: absolute;
  top: 38%;
  right: 0%;
  cursor: pointer;
  background: url(../91669cb5/24/07/1cbe64a4603e73d0593d537f2509f85cf77d254e.png) no-repeat center rgba(8, 156, 74, 0.5);
  border-radius: 50%;
}

.pcon {
  width: 88%;
  margin: 0 auto;
}

.ys_nav {
  width: 88%;
  margin: 0 auto;
  margin-top: 30px;
}

.picScroll-left .hd ul {
  background: url(../91669cb5/24/07/a175010c229258e3993cd70f9af08069b6c6fd56.png) repeat-x 50% 10px;
}

.picScroll-left .hd ul li {
  width: 16.666%;
  float: left;
  text-align: center;
  line-height: 45px;
  background: url(../91669cb5/24/07/323ddd8b9128f274821ec029aed20f1171568ef9.png) no-repeat center top;
  padding-top: 35px;
}

.picScroll-left .hd ul li a {
  color: #333333;
  font-size: 18px;
  font-weight: 600;
}

.picScroll-left .hd ul li.on {
  background: url(../91669cb5/24/07/3e6e951d85556d2950e4e65b010e8abcc793d8e3.png) no-repeat center top;
}

.picScroll-left .hd ul li.on a {
  color: var(--primary-color);
}

.pcon {
  margin-top: 25px;
}

.picList li {
  width: 100%;
}

.img_a img {
  width: 100%;
}

.picList li {
  position: relative;
}

.picList li .dd_vv {
  position: absolute;
  left: 0px;
  bottom: 30px;
  width: 100%;
}

.picList li .dd_vv h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 98px;
  letter-spacing: 0px;
  color: #fff;
  background: var(--primary-color);
  width: 20%;
  float: left;
  text-align: center;
}

.picList li .dd_vv h3 {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 25px;
  letter-spacing: 0px;
  color: #ffffff;
  overflow: hidden;
  width: 80%;
  float: left;
  padding: 0 25px;
  background: url(../91669cb5/24/07/eab091101e66e03f56e959184ebdcfb092ebdcea.png) no-repeat left 50%;
}

.gk {
  width: 75%;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.4);
}

@media (max-width: 1440px) {
  .picList li .dd_vv h2 {
    font-size: 20px;
  }

  .picScroll-left .hd ul li a {
    font-size: 16px;
  }

  .picList li .dd_vv h3 {
    font-size: 14px;
  }
}

@media (max-width: 1100px) {
  .picList li .dd_vv h2 {
    font-size: 16px;
  }

  .picScroll-left .hd ul li a {
    font-size: 14px;
  }

  .picList li .dd_vv h3 {
    font-size: 12px;
  }
}

@media (max-width: 992px) {
  .picScroll-left .hd .prev {
    display: none;
  }

  .picScroll-left .hd .next {
    display: none;
  }

  .picList li .dd_vv h2 {
    width: 100%;
  }

  .picList li .dd_vv h3 {
    width: 100%;
  }

  .picList li .dd_vv h2 {
    font-size: 15px;
    font-weight: 600;
    line-height: 38px;
    letter-spacing: 0px;
    color: #fff;
    background: var(--primary-color);
    float: left;
    text-align: center;
  }

  .gk {
    width: 96%;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.4);
  }

  .picList li .dd_vv {
    position: absolute;
    left: 0px;
    bottom: 10px;
    width: 100%;
  }

  .pcon {
    width: 98%;
    margin: 0 auto;
  }

  .picScroll-left .hd ul {
    background: none;
  }

  .picScroll-left .hd ul li {
    width: 32.666%;
  }
}

/* 新闻资讯 */
.xwbg {
  background: url(../images/news_bg.png) no-repeat center#f9f8f8;
  padding: 2.25rem 0;
  margin-top: 3.25rem;
}

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

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

.nleft {
  width: 22rem;
  max-width: 22rem;
  background-color: #ffffff;
  padding: 2.05rem 1.75rem;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
}

.nright {
  width: 65.8%;
  background-color: #ffffff;
  padding: 1.65rem 1.5rem 0 0.7rem;
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.05);
}

.xin {}

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

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

.nul li .img img {
  display: block;
  width: 100%;
}

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

.nul li p {
  color: #999999;
  font-size: 0.8rem;
  line-height: 1.2rem;
  margin: 1.25rem 0 0.75rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.xq a {
  display: block;
  text-align: right;
  color: var(--primary-color);
  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: 0.9rem;
}

.nul2 li {
  width: 47%;
}

.nul2 {
  margin: 1rem 0 2rem 0.8rem;
}

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

.nul2 li p {
  color: #999999;
  font-size: 0.8rem;
  line-height: 24px;
  margin-top: 1.4rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

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

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

.nul3 li {
  width: 31%;
  position: relative;
}

.nul3 li .img {
  display: block;
}

.nul li .img {
  display: block;
  margin: 1rem 0 1.25rem;
}

.nul3 li .img img {
  width: 100%;
}

.nul3 li h3 a {
  display: block;
  text-align: center;
  font-weight: normal;
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 39px;
  line-height: 39px;
  padding: 0 3px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: rgba(0, 0, 0, 0.5);
}

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

@media (max-width: 768px) {

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

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

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

.xwth h2 {
  font-size: 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;
}

.xwtt {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 1px;
  color: #222222;
  /* padding-top: 25px; */
}

.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: 2.3rem;
  margin-bottom: 1.2rem;
}

.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: 1.9rem;
  margin-bottom: 1.3rem;
}

.about_swiper .swiper-slide {
  min-width: 13.3rem;
  min-height: 9.15rem;
  max-width: 13.3rem;
  max-height: 9.15rem;
}

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

@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; */
  }

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

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

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

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

/* 通栏 */

.dff1 {
  background: #000000;
  padding: 2.9rem 0;
}

.dtt1 {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 1px;
  color: #fafafa;
  background: url(../images/footer_shu.png) no-repeat left 50%;
  padding-left: 0.8rem;
  margin-bottom: 1.6rem;
}

.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.7rem;
  font-weight: 600;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 0.75rem;
}

.zz11 {
  width: 9.85rem;
  height: 1.75rem;
  background-color: #edb033;
  border-radius: 4px;
  text-align: center;
  line-height: 1.75rem;
  margin-top: 1rem;
}

.zz11 a {
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}

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

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

.lxwm p {
  margin: 1.4rem 0;
}

.lxwm img {
  width: 0.6rem;
  margin-right: 0.6rem;
}

.pport {
  margin-left: 15px;
  width: 260px;
}

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

.pport li a {
  color: #ffffff;
}

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

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

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

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

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

  .pport li {
    font-size: 14px;
    font-weight: normal;
    line-height: 34px;
    letter-spacing: -1px;
    color: #ffffff;
    text-align: left;
    width: 50%;
    float: left;
  }

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

  .dh_b {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 15px;
  }

  .zz11 {
    width: 150px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #edb033;
    border-radius: 4px;
    text-align: center;
    /*line-height: 35px;*/
    margin-top: 18px;
  }
}

@media (max-width: 768px) {
    .dff1 .wh {
        padding: 0 25px;
    }
  .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;
}