﻿/* 内页banner */
.page-banner {
  position: relative;
}
.page-banner img {
  min-height: 150px;
  object-fit: cover;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
}
.page-banner:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.page-banner .nybt h3 {
    font-size: 72px;
    font-weight: bold;
}
@media (max-width: 1600px) {
    .page-banner .nybt h3 {
        font-size: 48px;
    }
}
@media (max-width: 991px) {
    .page-banner .nybt {
        display: none;
    }
}
.focus { 
  position: absolute;
  left: 0;
  bottom: 0;
}


/* 右侧 */
.page-wrap-right .xypg-right-content img {
  max-width: 100%;
  /* height: auto!important; */
  /* object-fit: contain; */
}

.page-wrap-right .page-product-detail-effect .easyzoom-flyout img {
  max-width: none;
}


/* 走进八星 */
.bx-gs {
  padding: 6.25% 0;
}
.bx-gs h1 {
  font-size: 60px;
  font-weight: normal;
  color: #222;
  margin-bottom: 57px;
}
.bx-gs .bx-gs-js {
  justify-content: space-between;
  align-items: center;
}
.bx-gs .bx-gs-js .bx-gs-tx {
  width: 57.5%;
}
.bx-gs .bx-gs-js .bx-gs-tx p {
  font-size: 24px;
  color: #222;
  line-height: 40px;
}
.bx-gs .bx-gs-js .bx-gs-tx p:nth-child(n+2) {
  margin-top: 25px;
}
.bx-gs .bx-gs-js .bx-gs-tb {
  width: 35%;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bx-gs .bx-gs-js .bx-gs-tb a {
  display: block;
  width: 50%;
}
.bx-gs .bx-gs-js .bx-gs-tb a:nth-child(n+3) {
  margin-top: 12.5%;
}
.bx-gs .bx-gs-js .bx-gs-tb a h2 {
  font-size: 60px;
  font-weight: normal;
  color: #50a042;
}
.bx-gs .bx-gs-js .bx-gs-tb a p {
  font-size: 24px;
  color: #666;
  margin-top: 6px;
}

@media (max-width: 1600px) {
  .bx-gs h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .bx-gs .bx-gs-js .bx-gs-tx p {
    font-size: 20px;
    line-height: 36px;
  }
  .bx-gs .bx-gs-js .bx-gs-tb a h2 {
    font-size: 48px;
  }
  .bx-gs .bx-gs-js .bx-gs-tb a p {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .bx-gs .bx-gs-js {
    flex-wrap: wrap;
  }
  .bx-gs .bx-gs-js .bx-gs-tx {
    width: 100%;
  }
  .bx-gs .bx-gs-js .bx-gs-tb {
    width: 100%;
    margin-top: 4%;
  }
  .bx-gs .bx-gs-js .bx-gs-tb a {
    width: 33.333333%;
  }
  .bx-gs .bx-gs-js .bx-gs-tb a:nth-child(n+3) {
    margin-top: 0;
  }
  .bx-gs .bx-gs-js .bx-gs-tb a:nth-child(n+4) {
    margin-top: 3%;
  }
}
@media (max-width: 990px) {
  .bx-gs h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .bx-gs .bx-gs-js .bx-gs-tx p {
    font-size: 16px;
    line-height: 30px;
  }
  .bx-gs .bx-gs-js .bx-gs-tb a h2 {
    font-size: 30px;
  }
  .bx-gs .bx-gs-js .bx-gs-tb a p {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .bx-gs .bx-gs-js .bx-gs-tb {
    margin-top: 6%;
  }
  .bx-gs .bx-gs-js .bx-gs-tb a:nth-child(n+4) {
    margin-top: 5%;
  }
}
@media (max-width: 480px) {
  .bx-gs .bx-gs-js .bx-gs-tb {
    margin-top: 7%;
  }
  .bx-gs .bx-gs-js .bx-gs-tb a {
    width: 50%;
  }
  .bx-gs .bx-gs-js .bx-gs-tb a:nth-child(n+3) {
    margin-top: 6%;
  }
}


.bx-lc img {
  width: 100%;
}


.bx-sp {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.bx-sp img {
  width: 100%;
  -webkit-transition: all 5s ease;
  transition: all 5s ease;
}
.bx-sp:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.bx-sp .bx-sp-tx {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 19.375%;
}
.bx-sp .bx-sp-tx dl {
  font-size: 72px;
  color: #fff;
  text-align: center;
}
.bx-sp .bx-sp-tx a {
  display: block;
  width: 214px;
  height: 66px;
  border: 2px solid #fff;
  font-size: 24px;
  color: #fff;
  line-height: 62px;
  margin: auto;
  background-image: url(../image/210df11f22581769b647575348cbc071d146baf5.png);
  background-repeat: no-repeat;
  background-position: 175px center;
  text-align: left;
  padding-left: 25px;
  margin-top: 3.35%;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.bx-sp .bx-sp-tx a:hover {
  background-color: #50a042;
  border-color: #50a042;
}

@media (max-width: 1600px) {
  .bx-sp .bx-sp-tx dl {
    font-size: 60px;
  }
}
@media (max-width: 990px) {
  .bx-sp .bx-sp-tx {
    padding-top: 15%;
  }
  .bx-sp .bx-sp-tx dl {
    font-size: 48px;
  }
  .bx-sp .bx-sp-tx a {
    width: 184px;
    height: 56px;
    font-size: 20px;
    line-height: 52px;
    background-position: 152px center;
    background-size: 8px 14px;
    padding-left: 20px;
  }
}
@media (max-width: 640px) {
  .bx-sp .bx-sp-tx dl {
    font-size: 36px;
  }
  .bx-sp .bx-sp-tx a {
    width: 144px;
    height: 46px;
    font-size: 18px;
    line-height: 42px;
    background-position: 117px center;
    padding-left: 15px;
  }
}
@media (max-width: 480px) {
  .bx-sp .bx-sp-tx {
    padding-top: 12%;
  }
  .bx-sp .bx-sp-tx dl {
    font-size: 30px;
  }
  .bx-sp .bx-sp-tx a {
    width: 124px;
    height: 40px;
    font-size: 16px;
    line-height: 36px;
    background-position: 97px center;
  }
}


.bx-ry {
  justify-content: space-between;
  align-items: center;
}
.bx-ry .bx-ry-tx {
  width: 50%;
}
.bx-ry .bx-ry-tx p {
  font-size: 24px;
  color: #222;
  line-height: 40px;
}
.bx-ry .bx-ry-tx p:nth-child(n+2) {
  margin-top: 25px;
}
.bx-ry .bx-ry-ig {
  width: 37%;
}
.bx-ry .bx-ry-ig img {
  width: 100%;
  cursor: pointer;
}

@media (max-width: 1600px) {
  .bx-ry .bx-ry-tx p {
    font-size: 20px;
    line-height: 36px;
  }
}
@media (max-width: 990px) {
  .bx-ry .bx-ry-tx p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .bx-ry {
    flex-wrap: wrap;
  }
  .bx-ry .bx-ry-tx {
    width: 100%;
  }
  .bx-ry .bx-ry-ig {
    width: 100%;
    margin-top: 35px;
  }
}


.bx-wh {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display:flex;
  justify-content:center;
  flex-direction:column;
}
.bx-wh h1 {
  font-size: 60px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 57px;
}
.bx-wh p {
  font-size: 36px;
  color: #fff;
  line-height: 60px;
}

@media (max-width: 1600px) {
  .bx-wh h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .bx-wh p {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 990px) {
  .bx-qw { 
    background: url(../image/3024c1e670e681e32e62565730527ffe4a582192.jpg) no-repeat center;
    background-size: cover;
    padding: 6.25% 0;
  }
  .bx-qw img { 
    display: none;
  }
  .bx-wh {
    position: relative;
  }
  .bx-wh h1 {
    font-size: 36px;
    margin-bottom: 25px;
  }
  .bx-wh p {
    font-size: 18px;
    line-height: 36px;
  }
}


/* OEM代加工 */
.title {
  color: #fff;
  text-align: center;
}
.title h1 {
  font-size: 60px;
  font-weight: normal;
}
.title p {
  font-size: 30px;
  margin-top: 21px;
}
.oem-sl {
  position: relative;
  padding: 6.15% 0 7.85%;
}
.oem-sl .oem-tx {
  padding: 0 17.5%;
  text-align: center;
}
.oem-sl .oem-tx h1 {
  font-size: 60px;
  font-weight: normal;
}
.oem-sl .oem-tx dl {
  font-size: 30px;
  line-height: 48px;
  margin-top: 2.5%;
}
#device {
  margin-top: 4.85%;
}
#device li {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
#device li img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 4s ease;
  transition: all 4s ease;
}
#device li:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
#device .swiper-pagination {
  position: relative;
  bottom: 0;
  margin-top: 2.35%;
}
#device .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: .25;
  background-color: #000;
}
#device .swiper-pagination-bullet:hover,
#device .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #50a042;
}

@media (max-width: 1600px) {
  .title h1 {
    font-size: 48px;
  }
  .title p {
    font-size: 24px;
    margin-top: 15px;
  }
  .oem-sl .oem-tx {
    padding: 0 15%;
  }
  .oem-sl .oem-tx h1 {
    font-size: 48px;
  }
  .oem-sl .oem-tx dl {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (max-width: 990px) {
  .title h1 {
    font-size: 30px;
  }
  .title p {
    font-size: 18px;
  }
  .oem-sl .oem-tx {
    padding: 0 5%;
  }
  .oem-sl .oem-tx h1 {
    font-size: 30px;
  }
  .oem-sl .oem-tx dl {
    font-size: 16px;
    line-height: 30px;
  }
}


.oem-ms {
  background: url(../image/a9ebe25ec995dacb7147e3403686e12d21162560.jpg) no-repeat center;
  background-size: cover;
  padding: 6.15% 0 7.85%;
  position: relative;
}
.oem-ms ul {
  justify-content: space-between;
  margin-top: 6.075%;
}
.oem-ms ul li {
  width: 23%;
  background-color: #fff;
  padding: 2.5%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.oem-ms ul li:hover {
  margin-top: -50px;
}
.oem-ms ul li img {
  width: 88px;
  height: 76px;
}
.oem-ms ul li h2 {
  font-size: 36px;
  font-weight: normal;
  margin: 35px 0 18px;
}
.oem-ms ul li p {
  font-size: 18px;
  line-height: 30px;
}

@media (max-width: 1600px) {
  .oem-ms ul li {
    padding: 2%;
  }
  .oem-ms ul li img {
    width: 76px;
    height: 66px;
  }
  .oem-ms ul li h2 {
    font-size: 30px;
    margin: 30px 0 13px;
  }
  .oem-ms ul li p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media (max-width: 990px) {
  .oem-ms ul {
    flex-wrap: wrap;
  }
  .oem-ms ul li {
    width: 48.5%;
    padding: 20px;
  }
  .oem-ms ul li:nth-child(n+3) {
    margin-top: 3%;
  }
}
@media (max-width: 640px) {
  .oem-ms ul li img {
    width: 60px;
    height: 52px;
  }
  .oem-ms ul li h2 {
    font-size: 24px;
    margin: 23px 0 8px;
  }
  .oem-ms ul li p {
    font-size: 14px;
    line-height: 24px;
  }
}


.oem-sp {
  padding: 6.15% 0 7.85%;
  position: relative;
}
.oem-sp .oem-tx {
  padding: 0 12.5%;
  text-align: center;
}
.oem-sp .oem-tx h1 {
  font-size: 60px;
  font-weight: normal;
}
.oem-sp .oem-tx dl {
  font-size: 30px;
  line-height: 48px;
  margin-top: 2.5%;
}
.oem-sp .oem-ls {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6%;
}
.oem-sp .oem-ls a {
  display: block;
  width: 31.5%;
  position: relative;
  overflow: hidden;
}
.oem-sp .oem-ls a:nth-child(n+4) {
  margin-top: 2.75%;
}
.oem-sp .oem-ls a img {
  width: 100%;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.oem-sp .oem-ls a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.oem-sp .oem-ls a dl {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  background: url(../image/68d564024540c924dd19def759deed69dba2c0ea.png) no-repeat center;
  background-size: cover;
}

@media (max-width: 1600px) {
  .oem-sp .oem-tx h1 {
    font-size: 48px;
  }
  .oem-sp .oem-tx dl {
    font-size: 24px;
    line-height: 40px;
  }
  .oem-sp .oem-ls a dl {
    width: 60px;
    height: 60px;
    margin: -30px 0 0 -30px;
    background-size: 60px 60px;
  }
}
@media (max-width: 990px) {
  .oem-sp .oem-tx h1 {
    font-size: 30px;
  }
  .oem-sp .oem-tx dl {
    font-size: 16px;
    line-height: 30px;
  }
  .oem-sp .oem-ls a dl {
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    background-size: 50px 50px;
  }
}
@media (max-width: 640px) {
  .oem-sp .oem-ls a {
    width: 48.5%;
  }
  .oem-sp .oem-ls a:nth-child(n+3) {
    margin-top: 3%;
  }
  .oem-sp .oem-ls a dl {
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    background-size: 40px 40px;
  }
}


.oem-al {
  background: url(../image/0409dc5ea50a7f19c50bb60c34de3e129865792f.jpg) no-repeat center;
  background-size: cover;
  padding: 6.15% 0 7.85%;
  position: relative;
}
.oem-al .title {
  color: #222;
}
.oem-al .oem-ig {
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 6%;
}
.oem-al .oem-ig a {
  display: block;
  width: 23%;
  overflow: hidden;
}
.oem-al .oem-ig a:nth-child(n+5) {
  margin-top: 2.666667%;
}
.oem-al .oem-ig a img {
  width: 100%;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.oem-al .oem-ig a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

@media (max-width: 990px) {
  .oem-al .oem-ig a {
    width: 31.5%;
  }
  .oem-al .oem-ig a:nth-child(n+4) {
    margin-top: 3%;
  }
}
@media (max-width: 640px) {
  .oem-al .oem-ig a {
    width: 48.5%;
  }
  .oem-al .oem-ig a:nth-child(n+3) {
    margin-top: 3%;
  }
}


/* 招商加盟 */
.jm-ys {
  padding: 6.25% 0;
  position: relative;
}
.jm-ys h1 {
  font-size: 60px;
  font-weight: normal;
  color: #222;
  margin-bottom: 57px;
}
.jm-ys p {
  font-size: 24px;
  color: #222;
  line-height: 36px;
}
.jm-ys p:nth-child(n+2) {
  margin-top: 15px;
}
.jm-ys dl {
  font-size: 18px;
  color: #666;
  line-height: 28px;
  padding-left: 25px;
}
.jm-ys dl span {
  display: block;
  color: #50a042;
  margin: 15px 0 5px;
}

.jm-zc {
  background: url(../image/b1b8a6151d10e2dc975dd58c8e850b350e89789b.jpg) no-repeat center;
  background-size: cover;
  padding: 6.25% 0;
  position: relative;
}
.jm-zc h1 {
  font-size: 60px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 57px;
}
.jm-zc p {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
}
.jm-zc p span {
  display: block;
  margin: 20px 0 5px;
}

.jm-yx {
  padding: 6.25% 0;
}
.jm-yx h1 {
  font-size: 60px;
  font-weight: normal;
  color: #222;
  margin-bottom: 64px;
}
.jm-yx h2 {
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  margin-bottom: 25px;
  background-color: #50a042;
  padding: 10px;
  width: 180px;
  text-align: center;
}
.jm-yx h2:nth-child(n+2) {
  margin-top: 50px;
}
.jm-yx .h2 {
  width: 360px;
}
.jm-yx p {
  font-size: 24px;
  color: #222;
  line-height: 36px;
}
.jm-yx p:nth-child(n+2) {
  margin-top: 15px;
}
.jm-yx p span {
  color: #50a042;
}
.jm-yx h3 {
  font-size: 24px;
  font-weight: normal;
  color: #50a042;
  margin-top: 25px;
}

@media (max-width: 1600px) {
  .jm-ys h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .jm-ys p {
    font-size: 20px;
    line-height: 30px;
  }
  .jm-ys p:nth-child(n+2) {
    margin-top: 10px;
  }
  .jm-ys dl {
    font-size: 16px;
    line-height: 24px;
  }
  .jm-ys dl span {
    margin: 10px 0 5px;
  }

  .jm-zc h1 {
    font-size: 48px;
    margin-bottom: 40px;
  }
  .jm-zc p {
    font-size: 20px;
    line-height: 30px;
  }
  .jm-zc p span {
    margin: 15px 0 5px;
  }

  .jm-yx h1 {
    font-size: 48px;
    margin-bottom: 47px;
  }
  .jm-yx h2 {
    font-size: 30px;
    margin-bottom: 25px;
    width: 150px;
  }
  .jm-yx h2:nth-child(n+2) {
    margin-top: 40px;
  }
  .jm-yx .h2 {
    width: 300px;
  }
  .jm-yx p {
    font-size: 20px;
    line-height: 30px;
  }
  .jm-yx p:nth-child(n+2) {
    margin-top: 10px;
  }
  .jm-yx h3 {
    font-size: 20px;
    margin-top: 20px;
  }
}

@media (max-width: 990px) {
  .jm-ys h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .jm-ys p {
    font-size: 16px;
    line-height: 24px;
  }
  .jm-ys p:nth-child(n+2) {
    margin-top: 5px;
  }
  .jm-ys dl {
    font-size: 14px;
    line-height: 22px;
  }

  .jm-zc h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .jm-zc p {
    font-size: 16px;
    line-height: 24px;
  }

  .jm-yx h1 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .jm-yx h2 {
    font-size: 24px;
    margin-bottom: 15px;
    width: 120px;
    padding: 8px 10px;
  }
  .jm-yx h2:nth-child(n+2) {
    margin-top: 30px;
  }
  .jm-yx .h2 {
    width: 240px;
  }
  .jm-yx p {
    font-size: 16px;
    line-height: 24px;
  }
  .jm-yx p:nth-child(n+2) {
    margin-top: 5px;
  }
  .jm-yx h3 {
    font-size: 16px;
    margin-top: 15px;
    line-height: 24px;
  }
}


/* 新闻中心 */
.xy-xw {
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 8% 0;
}
.xy-xw a {
  display: block;
  width: 30%;
  padding: 2.5%;
  background-color: #f2f7ea;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  margin-bottom:30px;
}
.xy-xw a:hover {
  background-color: #50a042;
}
.xy-xw a h4 {
  font-size: 16px;
  color: #999;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.xy-xw a:hover h4 {
  color: #fff;
}
.xy-xw a h3 {
  font-size: 30px;
  font-weight: normal;
  color: #222;
  height: 80px;
  line-height: 40px;
  margin-top: 15px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.xy-xw a:hover h3 {
  color: #fff;
}
.xy-xw a div {
  overflow: hidden;
  margin: 9.25% 0 8.75%;
}
.xy-xw a div img {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.xy-xw a:hover div img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.xy-xw a p {
  font-size: 18px;
  color: #666;
  height: 60px;
  line-height: 30px;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.xy-xw a:hover p {
  color: #fff;
}

@media (max-width: 1600px) {
  .xy-xw a h4 {
    font-size: 14px;
  }
  .xy-xw a h3 {
    font-size: 24px;
    height: 72px;
    line-height: 36px;
    margin-top: 10px;
  }
  .xy-xw a p {
    font-size: 16px;
    height: 52px;
    line-height: 26px;
  }
}
@media (max-width: 1280px) {
  .xy-xw a h3 {
    font-size: 20px;
    height: 56px;
    line-height: 28px;
    margin-top: 5px;
  }
  .xy-xw a p {
    font-size: 14px;
    height: 48px;
    line-height: 24px;
  }
}
@media (max-width: 990px) {
  .xy-xw a h3 {
    font-size: 18px;
    height: 52px;
    line-height: 26px;
  }
}
@media (max-width: 640px) {
  .xy-xw a {
    width: 100%;
    padding: 3.5%;
  }
  .xy-xw a:nth-child(n+2) {
    margin-top: 8%;
  }
  .xy-xw a h3 {
    height: auto;
  }
  .xy-xw a div {
    margin: 6.25% 0 4.75%;
  }
  .xy-xw a p {
    height: auto;
  }
}


/*分类样式*/
.pro-inner-cate {
  background: #f2f7ea;
  padding: 6.25% 0 calc(5.2% - 5px);
  display: none;
}
.pro-inner-cate .xypg-left-nav {
  text-align: center;
}
.pro-inner-cate .xypg-left-nav > li {
  display: inline-block;
}
.pro-inner-cate .xypg-left-nav > li > a {
  display: block;
  font-size: 30px;
  color: #222;
  line-height: 70px;
  text-align: center;
  background-color: #fff;
  margin: 5px;
  padding: 0 30px;
  border-radius: 35px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.pro-inner-cate .xypg-left-nav > li > a:hover {
  color: #fff;
  background: #50a042;
}
.pro-inner-cate .xypg-left-nav > li:hover > a {
  color: #fff;
}
.pro-inner-cate .xypg-left-nav > li.clicked > a {
  color: #fff;
  background: #50a042;
}

@media (max-width: 1600px) {
  .pro-inner-cate .xypg-left-nav > li > a {
    font-size: 24px;
    line-height: 60px;
    padding: 0 25px;
  }
}
@media (max-width: 1280px) {
  .pro-inner-cate .xypg-left-nav > li > a {
    font-size: 20px;
    line-height: 50px;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .pro-inner-cate .xypg-left-nav > li > a {
    font-size: 18px;
    line-height: 48px;
  }
}
@media (max-width: 640px) {
  .pro-inner-cate .xypg-left-nav > li > a {
    font-size: 14px;
    line-height: 36px;
  }
}


/* 产品中心 */
.ig-bg {
  background-color: #f2f7ea;
  padding-bottom: 5.2%;
}
.ig-bg .ig-ls {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.ig-bg .ig-ls a {
  display: block;
  width: 23.02%;
  margin-right: 2.64%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.ig-bg .ig-ls a:nth-child(4n) {
  margin-right: 0;
}
.ig-bg .ig-ls a:nth-child(n+5) {
  margin-top: 2.64%;
}
.ig-bg .ig-ls a img {
  width: 100%;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}
.ig-bg .ig-ls a:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.ig-bg .ig-ls a h3 {
  position: absolute;
  left: 0;
  bottom: -60px;
  width: 100%;
  background-color: rgba(80, 160, 66, .85);
  font-size: 24px;
  color: #fff;
  line-height: 60px;
  text-align: center;
  padding: 0 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.ig-bg .ig-ls a:hover h3 {
  bottom: 0;
}

@media (max-width: 1280px) {
  .ig-bg .ig-ls a {
    width: 31%;
    margin-right: 3%;
  }
  .ig-bg .ig-ls a:nth-child(4n) {
    margin-right: 3%;
  }
  .ig-bg .ig-ls a:nth-child(3n) {
    margin-right: 0;
  }
  .ig-bg .ig-ls a:nth-child(n+4) {
    margin-top: 3%;
  }
  .ig-bg .ig-ls a h3 {
    bottom: -40px;
    font-size: 18px;
    line-height: 40px;
  }
}
@media (max-width: 640px) {
  .ig-bg .ig-ls a {
    width: 48.5%;
  }
  .ig-bg .ig-ls a:nth-child(3n) {
    margin-right: 3%;
  }
  .ig-bg .ig-ls a:nth-child(2n) {
    margin-right: 0;
  }
  .ig-bg .ig-ls a:nth-child(n+3) {
    margin-top: 3%;
  }
  .ig-bg .ig-ls a h3 {
    bottom: -30px;
    font-size: 14px;
    line-height: 30px;
  }
}


/* 联系我们 */
.lw-bg {
  background-color: #f2f7ea;
  padding: 6.25% 0;
}

.lw-bg ul {
  justify-content: space-between;
  flex-wrap: wrap;
}
.lw-bg ul li {
  width: 32%;
}
.lw-bg ul li:nth-child(n+4) {
  margin-top: 2%;
}
.lw-bg ul li a {
  display: block;
  background-color: #fff;
  text-align: center;
  padding: 10% 5%;
  cursor: pointer;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.lw-bg ul li a dl {
  width: 88px;
  height: 88px;
  background-color: #50a042;
  border-radius: 50%;
  margin: 0 auto;
  padding: 20px 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.lw-bg ul li a dl img {
  width: 48px;
  height: 48px;
}
.lw-bg ul li a h2 {
  font-size: 30px;
  font-weight: normal;
  color: #222;
  margin: 31px 0 14px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.lw-bg ul li a p {
  font-size: 18px;
  color: #666;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.lw-bg ul li a:hover {
  background-color: #50a042;
}
.lw-bg ul li a:hover dl {
  background-color: #e67900;
}
.lw-bg ul li a:hover h2 {
  color: #fff;
}
.lw-bg ul li a:hover p {
  color: #fff;
}

@media (max-width: 1600px) {
  .lw-bg ul li a dl {
    width: 80px;
    height: 80px;
  }
  .lw-bg ul li a dl img {
    width: 40px;
    height: 40px;
  }
  .lw-bg ul li a h2 {
    font-size: 24px;
    margin: 25px 0 10px;
  }
}
@media (max-width: 1050px) {
  .lw-bg ul li a dl {
    width: 64px;
    height: 64px;
    padding: 16px 0;
  }
  .lw-bg ul li a dl img {
    width: 32px;
    height: 32px;
  }
  .lw-bg ul li a h2 {
    font-size: 20px;
    margin: 22px 0 10px;
  }
  .lw-bg ul li a p {
    font-size: 16px;
  }
}
@media (max-width: 990px) {
  .lw-bg ul li {
    width: 48.5%;
  }
  .lw-bg ul li:nth-child(n+3) {
    margin-top: 3%;
  }
}
@media (max-width: 640px) {
  .lw-bg ul li {
    width: 100%;
  }
  .lw-bg ul li:nth-child(n+2) {
    margin-top: 3%;
  }
  .lw-bg ul li a {
    padding: 6% 3%;
  }
}

.lw-dh {
  padding-top: 6.25%;
}
.lw-dh h1 {
  font-size: 60px;
  font-weight: normal;
  color: #222;
  text-align: center;
}
.lw-dh .lw-ig {
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  margin-top: 5.075%;
}
.lw-dh .lw-ig img {
  width: 100%;
}
.lw-dh .lw-ig img:nth-child(2) {
  display: none;
}
.lw-dh .lw-ig .lw-an {
  position: absolute;
  top: -80px;
  left: 50%;
  width: 460px;
  margin-left: -230px;
  justify-content: space-between;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.lw-dh .lw-ig:hover .lw-an {
  top: 50%;
  margin-top: -40px;
}
.lw-dh .lw-ig .lw-an a {
  display: block;
  width: 220px;
  height: 80px;
  font-size: 30px;
  color: #fff;
  line-height: 80px;
  background-color: #50a042;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.lw-dh .lw-ig .lw-an a:hover {
  background-color: #e67900;
}

@media (max-width: 1600px) {
  .lw-dh h1 {
    font-size: 48px;
  }
  .lw-dh .lw-ig .lw-an {
    top: -60px;
    width: 380px;
    margin-left: -190px;
  }
  .lw-dh .lw-ig:hover .lw-an {
    margin-top: -30px;
  }
  .lw-dh .lw-ig .lw-an a {
    width: 180px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
  }
}
@media (max-width: 990px) {
  .lw-dh h1 {
    font-size: 30px;
  }
  .lw-dh .lw-ig img:nth-child(1) {
    display: none;
  }
  .lw-dh .lw-ig img:nth-child(2) {
    display: block;
  }
  .lw-dh .lw-ig .lw-an {
    top: -40px;
    width: 280px;
    margin-left: -140px;
  }
  .lw-dh .lw-ig:hover .lw-an {
    margin-top: -20px;
  }
  .lw-dh .lw-ig .lw-an a {
    width: 130px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }
}